Commit graph

17 commits

Author SHA1 Message Date
Ivailo Monev
c8fec5bc4b make the generators not respecting DESTDIR work again
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-08-06 17:53:03 +03:00
Ivailo Monev
6fe3dd722a fix byte-order detection when building with MSVC
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-23 20:13:56 +03:00
Ivailo Monev
0afe0c0c36 simplify installation directories handling via use of CPACK_SET_DESTDIR
also, the CMake files are installed where they can be found by default
(without any manual configuration) by default - in the top-level
installation directory (CMAKE_INSTALL_PREFIX)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-10 14:06:44 +03:00
Ivailo Monev
803e2710c6 make configuration paths cached
that makes them overridable even from external projects (which can be bad
since it can make translations be installed in the wrong path) but for
those who build Katie itself it would be easier to change the paths from
the CMake GUI or their IDE

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-03 17:00:51 +00:00
Ivailo Monev
29d0375f1d change the way configuration directories are handled
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-26 02:43:35 +00:00
Ivailo Monev
585670a86b fix package files for MinGW on Archlinux 2016-03-07 19:12:48 +00:00
Ivailo Monev
0e7de5d972 fix package target for Windows platform
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-02-29 18:31:07 +02:00
Ivailo Monev
d903cd454e require KtMain only if not mingw
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-02-16 21:10:23 +02:00
Ivailo Monev
2a33d876ee fix regression since 48f9a83a 2016-02-07 19:29:16 +02:00
Ivailo Monev
7ff5fcc2e7 include the qt_windows header in the win32 platform header
this ensures that definitions from the qt_windows header are really before
anything that includes windows, fixes build with MinGW on Windows host
because WINVER is overriden from qt_windows header

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-02-05 23:42:10 +02:00
Ivailo Monev
48f9a83a94 make the win32 mkspecs MinGW aware
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-02-05 21:17:23 +02:00
Ivailo Monev
b0c8200eb5 misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-31 17:59:24 +02:00
Ivailo Monev
1421bba470 properly export main component
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-19 18:34:16 +02:00
Ivailo Monev
eb445a550a minor build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-15 21:41:35 +02:00
Ivailo Monev
630483f3aa disable freetype and fontconfig for windows
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-15 18:55:19 +02:00
Ivailo Monev
1efd3e0358 do not typedef mode_t when building with mingw
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-14 06:35:02 +02:00
Ivailo Monev
bfbc380756 initial import
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-12-10 05:06:13 +02:00