tools/designer/src/src.pro
changeset 0 1918ee327afb
child 5 d3bac044e0f0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/designer/src/src.pro	Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,14 @@
+TEMPLATE = subdirs
+CONFIG += ordered
+
+SUBDIRS = \
+    uitools \
+    lib \
+    components \
+    designer
+
+CONFIG(shared,shared|static):SUBDIRS += plugins
+
+wince*: SUBDIRS -= designer plugins
+symbian: SUBDIRS = uitools
+contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= lib components
\ No newline at end of file