File: vkbnativehost.pro

package info (click to toggle)
qtvirtualkeyboard-opensource-src 5.15.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,420 kB
  • sloc: javascript: 42,422; cpp: 17,438; python: 281; ansic: 44; sh: 37; makefile: 24
file content (26 lines) | stat: -rw-r--r-- 575 bytes parent folder | download | duplicates (4)
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