Moved to using a feature profile instead of direct inclusion.
parent
38be0d1383
commit
7e5b390746
|
|
@ -18,7 +18,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.jpg
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/affine
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
||||
wince*: {
|
||||
DEPLOYMENT_PLUGIN += qjpeg
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/books
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
||||
wince*: {
|
||||
CONFIG(debug, debug|release):sqlPlugins.files = $$QT_BUILD_TREE/plugins/sqldrivers/*d4.dll
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.png *.pro *.html *.doc images
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/chip
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.png *.jpg *.pro *.html
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/composition
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
||||
win32-msvc* {
|
||||
QMAKE_CXXFLAGS += /Zm500
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A63D
|
||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
CONFIG += qt_demo
|
||||
}
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ sources.files = README *.pro
|
|||
sources.path = $$[QT_INSTALL_DEMOS]
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
||||
demos_chip.subdir = chip
|
||||
demos_embeddeddialogs.subdir = embeddeddialogs
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ SOURCES = digiflip.cpp
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000CF72
|
||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
CONFIG += qt_demo
|
||||
}
|
||||
|
||||
target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/digiflip
|
||||
|
|
|
|||
|
|
@ -29,4 +29,4 @@ sources.files = README *.pro
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ HEADERS = flickable.h
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000CF73
|
||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
CONFIG += qt_demo
|
||||
}
|
||||
|
||||
target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/flickable
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ QT += network
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000CF74
|
||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
CONFIG += qt_demo
|
||||
TARGET.CAPABILITY = NetworkServices
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ QT += network
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000CF75
|
||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
CONFIG += qt_demo
|
||||
TARGET.CAPABILITY = NetworkServices
|
||||
TARGET.EPOCHEAPSIZE = 0x20000 0x2000000
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ RESOURCES += raycasting.qrc
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000CF76
|
||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
CONFIG += qt_demo
|
||||
}
|
||||
|
||||
target.path = $$[QT_INSTALL_DEMOS]/qtbase/embedded/raycasting
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A63F
|
||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
CONFIG += qt_demo
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.png *.jpg *.plist *.ic
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/embeddeddialogs
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/gradients
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES README *.pro images
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/interview
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.png *.jpg *.pro
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/mainwindow
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A63E
|
||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
CONFIG += qt_demo
|
||||
}
|
||||
|
|
|
|||
|
|
@ -34,5 +34,5 @@ INSTALLS += sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A63C
|
||||
include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
CONFIG += qt_demo
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,4 +31,4 @@ sources.files = $$SOURCES $$RESOURCES *.pro images $$HEADERS
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/spreadsheet
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ sources.files = $$SOURCES $$HEADERS $$FORMS *.pro
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/sqlbrowser
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
||||
wince*: {
|
||||
DEPLOYMENT_PLUGIN += qsqlite
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.html *.doc images
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/textedit
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ sources.files = $$SOURCES $$HEADERS *.pro icons $$RESOURCES $$FORMS
|
|||
sources.path = $$[QT_INSTALL_DEMOS]/qtbase/undo
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/demos/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_demo
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000D7D1
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000E3F5
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000E3F6
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000E3F7
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,5 +9,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000E3F8
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000E3F9
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/complexpingpong
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/complexpingpong
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -18,4 +18,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/chat
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ sources.files = *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/listnames
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -19,4 +19,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xml
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/car
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -20,4 +20,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/controller
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ sources.files = *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS desktop.pro README
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS screenshot.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/desktop/screenshot
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/classwizard
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/configdialog
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
||||
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ sources.files = README *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/extension
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/findfiles
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/licensewizard
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/sipdialog
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/standarddialogs
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
||||
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/tabdialog
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
wince50standard-x86-msvc2005: LIBS += libcmt.lib corelibc.lib ole32.lib oleaut32.lib uuid.lib commctrl.lib coredll.lib winsock.lib ws2.lib
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dialogs/trivialwizard
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -11,5 +11,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000C615
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000CF64
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/draganddrop/dropsite
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000C610
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ INSTALLS += target sources
|
|||
|
||||
symbian:{
|
||||
TARGET.UID3 = 0xA000CF65
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
addFile.files = example.jpg
|
||||
addFile.path = .
|
||||
DEPLOYMENT += addFile
|
||||
|
|
|
|||
|
|
@ -74,4 +74,4 @@ sources.files = README *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ INSTALLS += target \
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000D7D0
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A645
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A643
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS diagramscene.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/diagramscene
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS dragdroprobot.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview/dragdroprobot
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -19,5 +19,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A642
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,4 +22,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS graphicsview.pro README
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/graphicsview
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -28,5 +28,5 @@ CONFIG += console
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A644
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS ipc.pro README
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneclient.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneclient
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneserver.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneserver
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/sharedmemory
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -18,5 +18,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A646
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/basicsortfiltermodel
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -16,5 +16,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000A647
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/coloreditorfactory
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/customsortfiltermodel
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ sources.files = $$SOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/dirview
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ sources.files = $$FORMS $$HEADERS $$RESOURCES $$SOURCES *.pro *.txt
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/editabletreemodel
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -26,4 +26,4 @@ sources.files = README *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/pixelator
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.jpg
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/puzzle
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
wince* {
|
||||
DEPLOYMENT_PLUGIN += qjpeg qgif qtiff
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/simpledommodel
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.txt
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/simpletreemodel
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/simplewidgetmapper
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/spinboxdelegate
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -12,5 +12,5 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/stardelegate
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ sources.files = $$SOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/layouts/basiclayouts
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/layouts/borderlayout
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/layouts/dynamiclayouts
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/layouts/flowlayout
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ sources.files = README *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/layouts
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -15,4 +15,4 @@ sources.files = $$SOURCES $$HEADERS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/arrowpad
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ sources.files = $$SOURCES *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = README *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist
|
||||
INSTALLS += sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ sources.files = $$SOURCES $$HEADERS $$TRANSLATIONS *.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/trollprint
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS application.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/application
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES dockwidgets.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/dockwidgets
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -16,4 +16,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mainwindows.pro README
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mdi.pro images
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/mdi
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
|
|
@ -10,5 +10,5 @@ INSTALLS += target sources
|
|||
|
||||
symbian {
|
||||
TARGET.UID3 = 0xA000CF66
|
||||
include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
CONFIG += qt_example
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,4 +8,4 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS recentfiles.pro
|
|||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/mainwindows/recentfiles
|
||||
INSTALLS += target sources
|
||||
|
||||
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
||||
symbian: CONFIG += qt_example
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue