summaryrefslogtreecommitdiffstats
path: root/app/config.tests/qlibwindowmanager/qlibwindowmanager.pro
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@qt.io>2017-12-14 18:35:41 +0900
committerTasuku Suzuki <tasuku.suzuki@qt.io>2017-12-14 18:38:22 +0900
commit1fc5b34801d033a50a683687b18f05e250fee9d4 (patch)
treeac57a53693e2225a7a6adda4f85184cc00ee4373 /app/config.tests/qlibwindowmanager/qlibwindowmanager.pro
parent06ca4be06cc082c77565f1828fedce11e3510b6b (diff)
Check if dependencies are available and make it run without them
To develop apps efficiently, apps should work on any platform that Qt supports. Change-Id: I559786d207663e023cfbbf1a3f6cf1770191a960 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>
Diffstat (limited to 'app/config.tests/qlibwindowmanager/qlibwindowmanager.pro')
-rw-r--r--app/config.tests/qlibwindowmanager/qlibwindowmanager.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/config.tests/qlibwindowmanager/qlibwindowmanager.pro b/app/config.tests/qlibwindowmanager/qlibwindowmanager.pro
new file mode 100644
index 0000000..96721e8
--- /dev/null
+++ b/app/config.tests/qlibwindowmanager/qlibwindowmanager.pro
@@ -0,0 +1,5 @@
+SOURCES = qlibwindowmanager.cpp
+
+CONFIG -= qt
+CONFIG += link_pkgconfig
+PKGCONFIG += qlibwindowmanager
a id='n187' href='#n187'>187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219