aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro')
-rw-r--r--tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro26
1 files changed, 26 insertions, 0 deletions
diff --git a/tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro b/tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro
new file mode 100644
index 00000000..492d8273
--- /dev/null
+++ b/tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro
@@ -0,0 +1,26 @@
+TARGET = x11vkbnativehost
+
+QT -= gui
+QT += dbus
+
+CONFIG += c++11 console
+CONFIG -= app_bundle
+
+# The following define makes your compiler emit warnings if you use
+# any Qt feature that has been marked deprecated (the exact warnings
+# depend on your compiler). Please consult the documentation of the
+# deprecated API in order to know how to port your code away from it.
+DEFINES += QT_DEPRECATED_WARNINGS
+
+HEADERS += \
+ common_defs.h \
+ sendertodbus.h
+
+SOURCES += \
+ main.cpp \
+ sendertodbus.cpp
+
+DISTFILES += \
+ install_host.sh \
+ x11vkb.host.json
+