summaryrefslogtreecommitdiffstats
path: root/examples/script/qsdbg
diff options
context:
space:
mode:
authorJoão Abecasis <joao@abecasis.name>2009-09-30 16:09:38 +0200
committerJoão Abecasis <joao@abecasis.name>2009-09-30 17:15:56 +0200
commitea533924ddc8a1f4d0c2d400aacee98aff952a00 (patch)
tree005b7946da9dc5725fedcfea0528a6d40d703ba1 /examples/script/qsdbg
parent40909863e9eb17e0d0469ade608426dbbd08b43e (diff)
Cleaning up usage of examples/{examplebase,symbianpkgrules}.pri
examplebase.pri was renamed to symbianpkgrules, but some project files were not updated to reflect the change. Since it doesn't make sense to have this in non-portable examples, the include is removed in those cases. Reviewed-by: Espen Riskedal
Diffstat (limited to 'examples/script/qsdbg')
-rw-r--r--examples/script/qsdbg/qsdbg.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/script/qsdbg/qsdbg.pro b/examples/script/qsdbg/qsdbg.pro
index 77b55a2c96..424e0fbd6d 100644
--- a/examples/script/qsdbg/qsdbg.pro
+++ b/examples/script/qsdbg/qsdbg.pro
@@ -16,6 +16,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qsdbg.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/script/qsdbg
INSTALLS += target sources
-include($$QT_SOURCE_TREE/examples/examplebase.pri)
-
-
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)