summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-qt.cmake
AgeCommit message (Collapse)Author
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