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