summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devdays.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/devdays.pro b/devdays.pro
index ecc2b0b..eb22a96 100644
--- a/devdays.pro
+++ b/devdays.pro
@@ -2,9 +2,10 @@ TARGET = qdevdaysgraphicssystem
TEMPLATE = lib
CONFIG += plugin
+QT += network
SOURCES = main.cpp qgraphicssystem_dd.cpp
-HEADERS = qgraphicssystem_dd.h
+HEADERS = qgraphicssystem_dd.h protocol.h
target.path += $$[QT_INSTALL_PLUGINS]/graphicssystems
INSTALLS += target