summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-qt.cmake
AgeCommit message (Collapse)Author
2020-01-16cmake: no longer require qt 5.14Stanislaw Halik
2020-01-13cmake: require Qt 5.14Stanislaw Halik
2020-01-13cmake: reduce qt component listStanislaw Halik
PR: #1006
2019-12-19Fix bundle creation OSXR. van Twisk
2019-11-30Added camera list support for OSXR. van twisk
2019-08-01fix clang warningsStanislaw Halik
2019-06-20cmake: try fix platform plugin on mingwStanislaw Halik
2019-06-20cmake: fix build without qserialportStanislaw Halik
2019-04-05cmake: install shared libs only on win32Stanislaw Halik
Issue: #867
2019-04-05cmake: install shared opencv librariesStanislaw Halik
Issue: #867 Requested by: @Slion
2019-02-10cmake: small cleanupStanislaw Halik
2019-02-01cmake/qt: fix platform plugin alsoStanislaw Halik
Issue: #867
2019-02-01cmake/qt: fix typoStanislaw Halik
Issue: #867
2019-02-01cmake/qt: try get Qt with correct CRT versionStanislaw Halik
Issue: #867
2019-01-16cmake/qt: log full file path and function in qDebug()Stanislaw Halik
2018-12-24cmake: decruft, disable deprecated Qt functionsStanislaw Halik
2018-10-29cmake: try fix all generatorsStanislaw Halik
2018-10-29cmake: add include guardsStanislaw Halik
2018-10-25cleanups onlyStanislaw Halik
2018-04-05cmake: cleanupStanislaw Halik
- OTR_MODULE_NAME now unused - _USE_MATH_DEFINES only needed for MSVC - old cruft in i18n support
2018-04-05cmake/qt: don't include in all projectsStanislaw Halik
2018-01-13cmake, main: work toward introducing alternative UIStanislaw Halik
We're going to base opentrack derivatives on the same branch. Previously merges were a living hell. Modularizing the UI code and having continuously-built executables will do a lot. First opentrack variant in progress is a TrackHat device for mouse and scrolling control for people with spine and hand/arm disabilities.
2018-01-11cmake, gui, main: make user interface reusableStanislaw Halik
The work isn't complete. We need moving out all non-reusable parts away and only keeping user interface logic in a class.
2018-01-10cmake: fix win32 platform plugin installStanislaw Halik
2018-01-10cmake: copy .pdb files on win32 correctlyStanislaw Halik
2018-01-10cmake: cleanup, decruft, probably fix mingwStanislaw Halik
2017-08-14cmake: some small quality-of-life improvementsStanislaw Halik
2017-08-14cmake: fix installed qt dlls locationStanislaw Halik
2017-08-14cmake: get lupdate/lrelease pathnamesStanislaw Halik
cf. #669
2017-06-22cmake: rename cache varStanislaw Halik
2017-06-12cleanupStanislaw Halik
2017-05-10cmake: also copy Qt pdb files if they existStanislaw Halik
2017-05-03cmake: simplifyStanislaw Halik
The original was pretty tasteless.
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2017-01-13cmake: find editbin with Visual Studio .sln generatorStanislaw Halik
2016-12-16cmake: fix mrproper -> install without regen translations enabledStanislaw Halik
2016-11-21tracker/qt-gamepad: add stubStanislaw Halik
2016-11-04cmake, main: add translation supportStanislaw Halik
2016-11-03cmake: always copy qt5 to install dir on WindowsStanislaw Halik
Simplify the logic also.
2016-09-20cmake: install(CODE ...) has access to install prefixStanislaw Halik
2016-09-16cmake: allow for "mrproper" to delete install directoryStanislaw Halik
This doesn't yet support mingw-w64 builds. Isn't hard to implement. The build script automatically copies Qt libraries in the right place. Now we have no more stale stuff in the install directory. In fact, everything but CMakeCache.txt is deleted.
2016-03-06cmake: don't search for Qt5XmlStanislaw Halik
We're not using it anywhere.
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224