diff options
author | João Abecasis <joao@abecasis.name> | 2009-09-30 14:09:38 (GMT) |
---|---|---|
committer | João Abecasis <joao@abecasis.name> | 2009-09-30 15:15:56 (GMT) |
commit | ea533924ddc8a1f4d0c2d400aacee98aff952a00 (patch) | |
tree | 005b7946da9dc5725fedcfea0528a6d40d703ba1 /examples/activeqt/simple | |
parent | 40909863e9eb17e0d0469ade608426dbbd08b43e (diff) | |
download | Qt-ea533924ddc8a1f4d0c2d400aacee98aff952a00.zip Qt-ea533924ddc8a1f4d0c2d400aacee98aff952a00.tar.gz Qt-ea533924ddc8a1f4d0c2d400aacee98aff952a00.tar.bz2 |
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/activeqt/simple')
-rw-r--r-- | examples/activeqt/simple/simple.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/activeqt/simple/simple.pro b/examples/activeqt/simple/simple.pro index 243d06a..d0f2019 100644 --- a/examples/activeqt/simple/simple.pro +++ b/examples/activeqt/simple/simple.pro @@ -11,5 +11,3 @@ target.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simple sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS simple.pro sources.path = $$[QT_INSTALL_EXAMPLES]/activeqt/simple INSTALLS += target sources - -symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) |