Martin Kleusberg
4a62f41cb8
build: Remove qmake project files
...
This deletes all qmake project files. To simplify things and in
preparation for Qt6 support we are now only supporting cmake builds.
2021-08-21 20:01:53 +02:00
Martin Kleusberg
060e925074
build: Make CMakeLists.txt easier to use
...
This adds the moc header files to the dependencies of the executable in
the cmake project so they show up in their proper location in QtCreator.
This makes it more pleasant to use the cmake files as a QtCreator
project file.
Also rework the CMakeLists.txt file a bit by fixing whitespace issues,
rearranging some blocks and unifying the code style a bit.
2021-08-13 14:47:06 +02:00
Scott Furry
6c309cb2c5
Bump revision of internal QCustomPlot from 2.0.0(2017Sep04) to latest available, 2.0.1(2018Jun25).
2020-02-13 10:26:00 +01:00
Justin Clift
a1c982c158
CentOS 7 provides CMake 2.8.12.2, so this commit moves the min version to that
...
For #1488 .
2018-08-10 15:01:06 +01:00
Iulian Onofrei
961141ec36
Replace deprecated qt5_use_modules function ( #1419 )
...
* Replace deprecated qt5_use_modules function
* Fix includes that fall under a larger module
* Bump minimum Cmake version to use newer features and properly use libs
* Replace deprecated qt5_use_modules function and bump minimum CMake version to 3.1.0 for 3rd party libraries
2018-07-10 20:57:55 +02:00
mgrojo
cb9712769e
libs: Update qcustomplot to version 2.0.0 released on 04.09.17
...
Let's see if this fixes the problem about disappearing points while
zooming reported at issue #838 .
2017-12-15 18:39:08 +01:00
Martin Kleusberg
8c5650a63f
libs: Update qcustomplot to version 2.0-beta
2017-05-04 21:51:43 +02:00
Martin Kleusberg
aa965ff725
Fix last commit
...
Also drop more Qt4 code in order to achieve this.
2016-10-18 18:33:59 +02:00
schdub
3137f21972
QCustomPlot: version 1.3.1
2015-05-22 04:13:00 +03:00
Peinthor Rene
a2e704cd01
cmake: lower minimal required version a bit
2014-09-17 22:21:07 +02:00
Markus Elfring
d3ccdc2cdd
Bug #58 : Completed quoting for parameters of some CMake commands
...
A wiki article pointed out that whitespace will only be preserved for parameters
in CMake commands if passed strings will be appropriately quoted or escaped.
http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes .
Quoting was added so that more places should also handle file names correctly
which contain space characters or semicolons eventually.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net >
2014-08-01 15:49:11 +02:00
Martin Kleusberg
be401ad477
Fix project files of libraries to compile with Qt5
...
This should fix issue #11 .
2014-05-22 20:19:10 +02:00
Rene Peinthor
0ecff2caa2
cmake: build qcustomplot as static lib and fix windows build
2014-04-23 08:31:53 +02:00
Martin Kleusberg
f451beef0d
Update qmake files
...
As promised, here is me updating the qmake project files in order to
allow building the new version with qmake instead of cmake.
2014-04-20 12:36:21 +02:00
Peinthor Rene
abeafa2786
add qcustomplot qt plotting widget 1.2.1
2014-04-19 22:00:02 +02:00