summaryrefslogtreecommitdiffstats
path: root/demos/undo
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/undo
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/undo')
-rw-r--r--demos/undo/undo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/undo/undo.pro b/demos/undo/undo.pro
index a4257cd1c7..0667bdd927 100644
--- a/demos/undo/undo.pro
+++ b/demos/undo/undo.pro
@@ -15,4 +15,4 @@ sources.files = $$SOURCES $$HEADERS *.pro icons $$RESOURCES $$FORMS
sources.path = $$[QT_INSTALL_DEMOS]/undo
INSTALLS += target sources
-include($$QT_SOURCE_TREE/demos/demobase.pri)
+symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)