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, 0 insertions, 26 deletions
diff --git a/tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro b/tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro
deleted file mode 100644
index 492d8273..00000000
--- a/tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro
+++ /dev/null
@@ -1,26 +0,0 @@
-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
-