From df518cf77c9b3a499d26b33890561bd98f50a49b Mon Sep 17 00:00:00 2001 From: Espen Riskedal Date: Fri, 21 Aug 2009 14:53:13 +0200 Subject: 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 --- demos/deform/deform.pro | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'demos/deform') 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 +} -- cgit v1.2.3