summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-install.cmake
AgeCommit message (Collapse)Author
2021-10-07cmake: remove src installStanislaw Halik
2020-03-07cmake: make install prefix path variables more clearStanislaw Halik
Pointed out by: @rvt
2020-01-05Copy third party DLL/EXE to third party direcoty for WINE usersRies van Twisk
2019-12-19Fix bundle creation OSXR. van Twisk
2019-10-29proto/{wine,freetrack}: add 64-bit version for freetrackclientStanislaw Halik
2019-07-05cmake: exclude git-gtmStanislaw Halik
2019-05-06cmake: install sourcesStanislaw Halik
2018-10-29cmake: add include guardsStanislaw Halik
2018-10-27cmake: cleanupStanislaw Halik
Don't install any source code components.
2018-07-10fix buildStanislaw Halik
2018-04-28cmake/install: add host system checkStanislaw Halik
2018-04-05i18n: provide for non-QObject classesStanislaw Halik
See compat/tr.hpp for comment.
2018-04-05cmake/install: cleanupStanislaw Halik
2018-02-12contrib: don't install source codeStanislaw Halik
2018-02-12cmake/i18n: fix `make i18n'Stanislaw Halik
Also remove disabling i18n regen cf. #746
2018-01-04cv: fixed ps3 eye dialogStanislaw Halik
2017-09-30cmake: split i18n into own fileStanislaw Halik
2017-09-22cv: use amcap.exe for ps3 eye exposure settingsStanislaw Halik
2017-08-14cmake: drop executable bit from installed normal filesStanislaw Halik
2017-08-14cmake: get lupdate/lrelease pathnamesStanislaw Halik
cf. #669
2017-08-04fixed qt binaries location for linuxDmitry
2017-07-16cmake: install existing i18n files when update disabledStanislaw Halik
That was never intended.
2017-06-19cmake: add cache variablesStanislaw Halik
2017-05-16cmake: fix i18n target dependenciesStanislaw Halik
The real error was on the "DEPENDS" like in boilerplate.cmake. The rest is merely removing dead code.
2017-04-18cmake: remove skip-translation-update cache varStanislaw Halik
Better way is to checkout .ts files from the current branch after running `make i18n'.
2017-04-12cmake: don't barf out on nonexistent files in lreleaseStanislaw Halik
2017-03-30cmake: add skipping lupdate againStanislaw Halik
2017-03-29cmake: fix buildStanislaw Halik
2017-03-28cmake: fix i18n targetStanislaw Halik
2017-03-27cmake: rename project's function prefixStanislaw Halik
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module".
2017-03-22cmake: oops, output target deleted the fileStanislaw Halik
2017-02-25cmake/i18n: rebuild .qm if .ts changesStanislaw Halik
2017-02-24cmake: install program sources more robustlyStanislaw Halik
Before it skipped some subdirectory parts.
2017-02-24cmake/i18n: fix dependenciesStanislaw Halik
Was broken on Unix make.
2017-02-23cmake/i18n: express i18n target deps properlyStanislaw Halik
2017-02-22cmake: change translation regen logicStanislaw Halik
- lupdate runs after every source code change for that module - lrelease depends on .ts files created by lupdate - SDK_REGEN_TRANSLATIONS got removed - file dependencies are expressed right, so parallel build works
2017-02-22cmake/i18n: express file dependencies correctlyStanislaw Halik
Otherwise parallel make was doing lupdate -> lrelease out of order, leading to badness. Also build failing unless all .ts files existed. We need a way to bootstrap .ts files obviously.
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