Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-22 | cmake: rename cache var | Stanislaw Halik | |
2017-06-12 | cleanup | Stanislaw Halik | |
2017-05-10 | cmake: also copy Qt pdb files if they exist | Stanislaw Halik | |
2017-05-03 | cmake: simplify | Stanislaw Halik | |
The original was pretty tasteless. | |||
2017-03-27 | cmake: rename project's function prefix | Stanislaw Halik | |
It's not annoying having to type it anymore. Also "otr_boilerplate" -> "otr_module". | |||
2017-01-13 | cmake: find editbin with Visual Studio .sln generator | Stanislaw Halik | |
2016-12-16 | cmake: fix mrproper -> install without regen translations enabled | Stanislaw Halik | |
2016-11-21 | tracker/qt-gamepad: add stub | Stanislaw Halik | |
2016-11-04 | cmake, main: add translation support | Stanislaw Halik | |
2016-11-03 | cmake: always copy qt5 to install dir on Windows | Stanislaw Halik | |
Simplify the logic also. | |||
2016-09-20 | cmake: install(CODE ...) has access to install prefix | Stanislaw Halik | |
2016-09-16 | cmake: allow for "mrproper" to delete install directory | Stanislaw 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-06 | cmake: don't search for Qt5Xml | Stanislaw Halik | |
We're not using it anywhere. | |||
2015-10-30 | move to subdirectory-based build system | Stanislaw Halik | |
Closes #224 |