Sign in
third-party-mirror
/
kiwivm
/
refs/heads/master
/
.
/
mingw
/
mingw-packages
/
mingw-w64-kirigami2-qt5
/
001-cmake-disable-template.patch
blob: eaabf63b1ffce4ea8c22723cd6137897fd10f675 [
file
] [
log
] [
blame
] [
edit
]
---
a
/
CMakeLists
.
txt
+++
b
/
CMakeLists
.
txt
@@
-
118
,
7
+
118
,
7
@@
add_definitions
(-
DQT_DISABLE_DEPRECATED_BEFORE
=
0x050f00
)
add_subdirectory
(
src
)
-
if
(
NOT ANDROID
)
+
if
(
NOT MINGW
)
add_subdirectory
(
templates
)
endif
()