summaryrefslogtreecommitdiffstats
path: root/demos/deform
diff options
context:
space:
mode:
authorEspen Riskedal <espenr@trolltech.com>2009-08-21 14:53:13 +0200
committerEspen Riskedal <espenr@trolltech.com>2009-08-21 14:53:13 +0200
commitdf518cf77c9b3a499d26b33890561bd98f50a49b (patch)
tree5de64d96b1c269fd68f0e2d8a20f0b9263d89289 /demos/deform
parent4aa6869877d4906fcfaac5388294748512cace25 (diff)
Rename demobase.pri to symbianpkgrules.pri
demobase.pri sounded to generic, also I changed it to error on !symbian platforms, and test all the places we include it. That makes it more obvious when reading the .pro files that this is actually Symbian spesific stuff, not cross-platform Qt rules. Reviewed-by: axis
Diffstat (limited to 'demos/deform')
-rw-r--r--demos/deform/deform.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/demos/deform/deform.pro b/demos/deform/deform.pro
index 31ba2e9bb7..4cce195d7d 100644
--- a/demos/deform/deform.pro
+++ b/demos/deform/deform.pro
@@ -18,6 +18,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
sources.path = $$[QT_INSTALL_DEMOS]/deform
INSTALLS += target sources
-include($$QT_SOURCE_TREE/demos/demobase.pri)
-
-symbian:TARGET.UID3 = 0xA000A63D
+symbian {
+ include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
+ TARGET.UID3 = 0xA000A63D
+}