summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/testlite/testlite.pro
blob: eb196c3c86816939db899de91be285c9f5d57b25 (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
42
43
44
TARGET = qtestlite

include(../../qpluginbase.pri)
QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/platforms

SOURCES = \
        main.cpp \
        qtestliteintegration.cpp \
        qtestlitewindowsurface.cpp \
        qtestlitewindow.cpp \
        qtestlitecursor.cpp \
    qtestlitescreen.cpp \
    qtestlitekeyboard.cpp \
    qtestliteclipboard.cpp \
    qtestlitemime.cpp \
    qtestlitestaticinfo.cpp

HEADERS = \
        qtestliteintegration.h \
        qtestlitewindowsurface.h \
        qtestlitewindow.h \
        qtestlitecursor.h \
    qtestlitescreen.h \
    qtestlitekeyboard.h \
    qtestliteclipboard.h \
    qtestlitemime.h \
    qtestlitestaticinfo.h

LIBS += -lX11 -lXext

mac {
    LIBS += -L/usr/X11/lib -lz -framework Carbon
}

include (../fontdatabases/genericunix/genericunix.pri)

contains(QT_CONFIG, opengl) {
    QT += opengl
    HEADERS += qglxintegration.h
    SOURCES += qglxintegration.cpp
}

target.path += $$[QT_INSTALL_PLUGINS]/platforms
INSTALLS += target