summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-09-16 14:20:10 +0200
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-09-16 14:20:10 +0200
commit401118e9c1b874458a1d2158142746857d7ee973 (patch)
tree56042ba4169ead5b573b31b3f54c96ed94d41c7f
parentf9bb9f58efb3bd9ec3078a7ce08b924179f23e1e (diff)
Add network to the qt modules used in the project file.
-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