Fix usage of QT_SOURCE_TREE

Functionality has been moved into qt_example.prf
This commit is contained in:
Marius Storm-Olsen
2011-06-07 13:47:05 -05:00
parent eeb5be780b
commit 8df17ac432
5 changed files with 5 additions and 5 deletions

View File

@@ -15,5 +15,5 @@ symbian {
TARGET.UID3 = 0xA000D7BE
CONFIG += qt_example
}
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
maemo5: CONFIG += qt_example

View File

@@ -15,6 +15,6 @@ symbian {
TARGET.CAPABILITY += UserEnvironment
CONFIG += qt_example
}
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
maemo5: CONFIG += qt_example
maemo5: warning(This example might not fully work on Maemo platform)

View File

@@ -14,5 +14,5 @@ symbian {
TARGET.UID3 = 0xA000D7C0
CONFIG += qt_example
}
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
maemo5: CONFIG += qt_example
maemo5: warning(This example might not fully work on Maemo platform)

View File

@@ -19,6 +19,6 @@ symbian {
TARGET.UID3 = 0xA000D7C2
CONFIG += qt_example
}
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
maemo5: CONFIG += qt_example
symbian: warning(This example might not fully work on Symbian platform)

View File

@@ -23,6 +23,6 @@ symbian {
TARGET.UID3 = 0xA000D7C3
CONFIG += qt_example
}
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)
maemo5: CONFIG += qt_example
symbian: warning(This example might not fully work on Symbian platform)