aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/x11vkbtest/x11vkbtest.pro
blob: 74623f89f833a1905f72cb61c7201a43836ecafc (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
TARGET = x11vkbtest

QT += charts

CONFIG += c++11

# 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

SOURCES += \
        filehelper.cpp \
        main.cpp \
        memorymonitor.cpp \
        mousesimulator.cpp \
        processhandler.cpp \
        startclose.cpp \
        testbase.cpp \
        testenglishletters.cpp \
        testlanguagechange.cpp \
        testreporter.cpp \
        testthread.cpp \
        windowhelper.cpp

HEADERS += \
    colors.h \
    filehelper.h \
    memorymonitor.h \
    mousesimulator.h \
    processhandler.h \
    startclose.h \
    testbase.h \
    testenglishletters.h \
    testlanguagechange.h \
    testreporter.h \
    testthread.h \
    windowhelper.h

LIBS += -lXtst -lX11 -lxdo