summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Bugge Monsen <mmonsen@trolltech.com>2009-09-15 16:53:30 +0200
committerMarius Bugge Monsen <mmonsen@trolltech.com>2009-09-15 16:53:30 +0200
commitf9bb9f58efb3bd9ec3078a7ce08b924179f23e1e (patch)
tree1b8a621ccb031192708f3d586ccb9634533a787b
parent3c26a471834f582f2bedb67ae9ea95ba28f6e5cf (diff)
Change the project file to allow building outside the qt sources.
-rw-r--r--devdays.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/devdays.pro b/devdays.pro
index 6837a1b..ecc2b0b 100644
--- a/devdays.pro
+++ b/devdays.pro
@@ -1,7 +1,7 @@
TARGET = qdevdaysgraphicssystem
-include(../../qpluginbase.pri)
-QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/graphicssystems
+TEMPLATE = lib
+CONFIG += plugin
SOURCES = main.cpp qgraphicssystem_dd.cpp
HEADERS = qgraphicssystem_dd.h