diff options
Diffstat (limited to 'demos/undo')
-rw-r--r-- | demos/undo/undo.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/undo/undo.pro b/demos/undo/undo.pro index a4257cd..0667bdd 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) |