summaryrefslogtreecommitdiffstats
path: root/demos/embedded/styledemo
diff options
context:
space:
mode:
authorEspen Riskedal <espenr@trolltech.com>2009-08-21 12:53:13 (GMT)
committerEspen Riskedal <espenr@trolltech.com>2009-08-21 12:53:13 (GMT)
commitdf518cf77c9b3a499d26b33890561bd98f50a49b (patch)
tree5de64d96b1c269fd68f0e2d8a20f0b9263d89289 /demos/embedded/styledemo
parent4aa6869877d4906fcfaac5388294748512cace25 (diff)
downloadQt-df518cf77c9b3a499d26b33890561bd98f50a49b.zip
Qt-df518cf77c9b3a499d26b33890561bd98f50a49b.tar.gz
Qt-df518cf77c9b3a499d26b33890561bd98f50a49b.tar.bz2
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/embedded/styledemo')
-rw-r--r--demos/embedded/styledemo/styledemo.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/demos/embedded/styledemo/styledemo.pro b/demos/embedded/styledemo/styledemo.pro
index e0ef202..7107798 100644
--- a/demos/embedded/styledemo/styledemo.pro
+++ b/demos/embedded/styledemo/styledemo.pro
@@ -11,6 +11,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.html
sources.path = $$[QT_INSTALL_DEMOS]/embedded/styledemo
INSTALLS += target sources
-include($$QT_SOURCE_TREE/demos/demobase.pri)
-
-symbian:TARGET.UID3 = 0xA000A63F
+symbian {
+ include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
+ TARGET.UID3 = 0xA000A63F
+}