summaryrefslogtreecommitdiffstats
path: root/examples/painting/painterpaths/painterpaths.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/painting/painterpaths/painterpaths.pro')
-rw-r--r--examples/painting/painterpaths/painterpaths.pro7
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/painting/painterpaths/painterpaths.pro b/examples/painting/painterpaths/painterpaths.pro
index fbf2ba928..1d981bba2 100644
--- a/examples/painting/painterpaths/painterpaths.pro
+++ b/examples/painting/painterpaths/painterpaths.pro
@@ -11,6 +11,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS painterpaths.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/painting/painterpaths
INSTALLS += target sources
-include($$QT_SOURCE_TREE/examples/examplebase.pri)
-
-symbian:TARGET.UID3 = 0xA000A64C
+symbian {
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+ TARGET.UID3 = 0xA000A64C
+}