summaryrefslogtreecommitdiffstats
path: root/devdays.pro
blob: 6837a1bd601e194004083bec84155c1cf6f42f6b (plain)
1
2
3
4
5
6
7
8
9
10
TARGET = qdevdaysgraphicssystem
include(../../qpluginbase.pri)

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems

SOURCES = main.cpp qgraphicssystem_dd.cpp
HEADERS = qgraphicssystem_dd.h

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