summaryrefslogtreecommitdiffstats
path: root/devdays.pro
blob: eb22a969e3ebd7ba52d6a7b60856597b99813303 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET = qdevdaysgraphicssystem

TEMPLATE = lib
CONFIG += plugin
QT += network

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

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