summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-install.cmake
AgeCommit message (Collapse)Author
2017-02-19cmake/i18n: make lrelease run depending on .ts filesStanislaw Halik
2017-02-19cmake/i18n: always run lreleaseStanislaw Halik
Accidentally, either both lupdate and lrelease were run or none.
2017-02-13cmake: allow run i18n target if SDK_REGEN_TRANSLATIONS is falseStanislaw Halik
2016-12-16cmake: fix mrproper -> install without regen translations enabledStanislaw Halik
2016-12-08cmake: fix translations always updatingStanislaw Halik
2016-12-08cmake: fix translation generationStanislaw Halik
2016-12-03cmake: default to regen i18n on every buildStanislaw Halik
2016-11-29cmake: fix markdown harderopentrack-2.3.0Stanislaw Halik
2016-11-29add authorship and licensing informationStanislaw Halik
2016-11-23cmake: don't regen translations all the time by defaultStanislaw Halik
2016-11-04cmake, main: add translation supportStanislaw Halik
2016-09-20cmake: set install prefix permissions consistentlyStanislaw Halik
2016-09-18add warranty terms into readmeStanislaw Halik
Discussed-with: @DaMichel
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-08-04cmake: install cleye.config to modules dir also on win32Stanislaw Halik
2016-07-24cmake, qt: add qt.conf to try fix hidpiStanislaw Halik
User confirms dpiawareness=0 fixes hidpi.
2016-07-19cmake: install source code as wellStanislaw Halik
2016-07-18cmake: adjust paths for main executable dependenciesStanislaw Halik
2016-07-06gui, api, csv: support hier(7) on UnixStanislaw Halik
This affects platforms such as FreeBSD, Cygwin or Linux.
2015-10-31fix osx install bundle orderopentrack-2.3-rc20p1Stanislaw Halik
2015-10-30move to subdirectory-based build systemStanislaw Halik
Closes #224