aboutsummaryrefslogtreecommitdiff
path: root/qt/makefile
AgeCommit message (Collapse)AuthorFilesLines
2020-02-13Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-17Update copyright yearKaren Arutyunov1-1/+1
2018-05-24Update copyright yearKaren Arutyunov1-1/+1
2017-01-03Update copyright yearBoris Kolpackov1-1/+1
2015-02-06Update copyrightBoris Kolpackov1-1/+1
2014-06-03Support for VC12 (2013), initial workBoris Kolpackov1-5/+23
2013-07-08Add support for Visual Studio 2005Boris Kolpackov1-2/+8
2013-06-13Handle --database option directly in automake and VC++ projectsBoris Kolpackov1-3/+4
2013-06-03Use database name in options and driver files (build part)Boris Kolpackov1-1/+1
This way we will be able to have several databases configured at the same time, which is needed for multi-database support testing.
2013-02-09Update copyright yearBoris Kolpackov1-1/+1
2013-02-08Misc fixesBoris Kolpackov1-1/+1
2013-02-07Add Qt5 VC project/solution filesBoris Kolpackov1-8/+16
2012-09-16Add support for Visual Studio 2012Boris Kolpackov1-2/+7
2012-04-26Make session optionalBoris Kolpackov1-1/+1
2012-02-24C++11 support (pass --std ODB compiler option in build makefiles)Boris Kolpackov1-0/+5
2012-01-29Update copyright yearBoris Kolpackov1-1/+1
2012-01-29Remove author field from file headerBoris Kolpackov1-1/+0
Too much effort to maintain.
2011-08-22Add --table-prefix optionBoris Kolpackov1-1/+1
Assign unique table prefixes to most examples. This makes sure that we don't end up with broken schemas where half of the tables were changed by the next test and the other half has foreign keys that now point to nowhere.
2011-04-22Add qt/smart-ptr usage to Qt exampleConstantin Michael1-1/+1
2011-04-22Update examples to include qt/basic and qt/date-time usageConstantin Michael1-14/+10
2011-04-22Add Qt example boilerplate codeConstantin Michael1-2/+2
2011-04-22Add Qt profile exampleConstantin Michael1-0/+131