Commit Graph

17 Commits

Author SHA1 Message Date
Martin Kleusberg
954cc2f689 cmake: Add extra lib and include paths when building on MacOS
When compiling with cmake on MacOS, search for the SQLite library and
include files in some other irectories before falling back to the standard
paths.
Maybe this fixed the issue at
https://github.com/rp-/sqlitebrowser/issues/42
2014-05-09 19:26:21 +02:00
Justin Clift
62b2b1738d Adjusted rp-/sqlitebrowser to sqlitebrowser/sqlitebrowser 2014-05-01 14:55:23 +01:00
Peinthor Rene
d084646595 fix qt5 build 2014-04-23 19:35:21 +02:00
Rene Peinthor
0ecff2caa2 cmake: build qcustomplot as static lib and fix windows build 2014-04-23 08:31:53 +02:00
Peinthor Rene
88ccd48173 plotting: add a simple mechanism to visualize data
added a plotting dock, where you can select x and y axis
and it will draw a chart out of it
2014-04-19 22:19:32 +02:00
Peinthor Rene
de1fb9ff2f qt5: full qt5 compability
ifdef rest of the code which can't be ported 100%
add CMake option USE_QT5 to use qt5 ;)
Thanks to stretchtiberius for initial patch
2014-02-14 00:28:42 +01:00
Peinthor Rene
67787f5e8b cmake: set default build type to Release
if non is given
2014-02-12 19:16:19 +01:00
Peinthor Rene
d24ab33f2c cmake: remove unittest option
Create a CMake project just for unittest in the tests folder
2014-01-23 22:08:54 +01:00
Peinthor Rene
88f66be89e get rid of the version.sh script and also drop support for qmake building 2014-01-12 21:59:06 +01:00
Peinthor Rene
1c904145fa win32: little static link hack for windows builds 2013-12-02 18:37:59 +01:00
Peinthor Rene
be1ba804c6 add a version check feature
this is only enabled on windows as there is no package manager handling the versions
and we don't want users to stay on old versions forever
2013-12-02 16:52:48 +01:00
Peinthor Rene
d33525bd76 support cross compiling with mxe and cmake 2013-09-15 10:04:08 +02:00
Peinthor Rene
323ef332f6 cmake/nsis: add settings to generate a nsis installer through cmake/cpack 2013-09-09 18:54:19 +02:00
Peinthor Rene
c881149c67 add missing DbStructuremodel to cmake 2013-09-06 14:45:04 +02:00
Peinthor Rene
5c1347bb92 cmake: add git revision updating for gen_version.h 2013-07-12 22:38:54 +02:00
Peinthor Rene
11c4cf423a cmake: fix a few warnings and add an option to build unittests 2013-07-11 16:15:51 +02:00
Peinthor Rene
7c411904b9 cmake: initial version of cmake build system files 2013-07-09 23:36:43 +02:00