summaryrefslogtreecommitdiffstats
path: root/src/plugins/graphicssystems/testlite/testlite.pro
blob: af8a437d39f34ed8cb6030cfafc8c4b5ea99d691 (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


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