summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* cmake bullshitSimon Rettberg2022-06-231-2/+7
| | | | | | | | build type was not honored before because we always set it to Debug. Now it is, although if you don't pass it and it defaults to Debug, the setting will still be empty in ccmake. Also, in ccmake, the CXX_FLAGS_* will show their default values, even though the values we set in CMakeLists.txt get used. Go figure.
* Fix deprecation warnings where possible, make remaining ones -Wno-errorSimon Rettberg2022-06-201-1/+1
|
* Qt4 -> Qt5v29r1Simon Rettberg2017-11-161-22/+21Star
|
* initial commitSimon Rettberg2017-02-241-0/+77