diff options
Diffstat (limited to 'examples/painting/transformations/transformations.pro')
-rw-r--r-- | examples/painting/transformations/transformations.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/examples/painting/transformations/transformations.pro b/examples/painting/transformations/transformations.pro index 6e4fe4f..9e225a4 100644 --- a/examples/painting/transformations/transformations.pro +++ b/examples/painting/transformations/transformations.pro @@ -10,6 +10,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS transformations.pro sources.path = $$[QT_INSTALL_EXAMPLES]/painting/transformations INSTALLS += target sources -include($$QT_SOURCE_TREE/examples/examplebase.pri) - -symbian:TARGET.UID3 = 0xA000A64D
\ No newline at end of file +symbian { + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) + TARGET.UID3 = 0xA000A64D +} |