aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/x11vkbwrapper/vkbnativehost/vkbnativehost.pro
blob: 492d8273e466ea4750c32380eec3ae780ceff64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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