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