summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/testlite/testlite.pro
blob: d483f457f8115b882814004cedca2a57a90b297f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TARGET = qtestlitegraphicssystem
include(../../qpluginbase.pri)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems

SOURCES = main.cpp qgraphicssystem_testlite.cpp qwindowsurface_testlite.cpp
HEADERS = qgraphicssystem_testlite.h qwindowsurface_testlite.h


HEADERS += x11util.h
SOURCES += x11util.cpp

LIBS += -lX11 -lXext


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