Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example
This makes the structure of the examples after an 'make install' similar to the one in a 'developer build'. Change-Id: I9120bd741fab332e64e30adc01cefe87e5633454 Reviewed-by: Martin Smith <martin.smith@digia.com>
This commit is contained in:
parent
b34c48d95b
commit
c527dd44be
@ -4,9 +4,9 @@ QT += dbus
|
||||
HEADERS += complexping.h ping-common.h
|
||||
SOURCES += complexping.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/complexpingpong
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/complexpingpong
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/complexpingpong
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/complexpingpong
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -4,9 +4,9 @@ QT += dbus
|
||||
HEADERS += complexpong.h
|
||||
SOURCES += complexpong.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/complexpingpong
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/complexpingpong
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/complexpingpong
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/complexpingpong
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -8,9 +8,9 @@ DBUS_ADAPTORS += org.example.chat.xml
|
||||
DBUS_INTERFACES += org.example.chat.xml
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/chat
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/chat
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/dbus-chat
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/dbus-chat
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -9,9 +9,9 @@ SUBDIRS = listnames \
|
||||
}
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus
|
||||
sources.files = *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus
|
||||
INSTALLS += sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -4,9 +4,9 @@ win32:CONFIG += console
|
||||
|
||||
SOURCES += listnames.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/listnames
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/listnames
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/listnames
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/listnames
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -4,9 +4,9 @@ QT += dbus
|
||||
HEADERS += ping-common.h
|
||||
SOURCES += ping.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -4,9 +4,9 @@ QT += dbus
|
||||
HEADERS += ping-common.h pong.h
|
||||
SOURCES += pong.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/pingpong
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/pingpong
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -5,9 +5,9 @@ HEADERS += car.h
|
||||
SOURCES += car.cpp main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/car
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/car
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xml
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/car
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/car
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -6,9 +6,9 @@ HEADERS += controller.h
|
||||
SOURCES += main.cpp controller.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/controller
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/controller
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xml
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar/controller
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar/controller
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -4,7 +4,7 @@ SUBDIRS = car \
|
||||
|
||||
# install
|
||||
sources.files = *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/dbus/remotecontrolledcar
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/dbus/remotecontrolledcar
|
||||
INSTALLS += sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -2,7 +2,7 @@ QT += widgets
|
||||
|
||||
SOURCES = digiflip.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/digiflip
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/digiflip
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/digiflip
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/embedded/digiflip
|
||||
INSTALLS += target sources
|
||||
|
@ -6,7 +6,7 @@ SUBDIRS += flightinfo
|
||||
|
||||
# install
|
||||
sources.files = README *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/embedded
|
||||
INSTALLS += sources
|
||||
|
||||
QT += widgets widgets
|
||||
|
@ -1,8 +1,8 @@
|
||||
SOURCES = flickable.cpp main.cpp
|
||||
HEADERS = flickable.h
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flickable
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/flickable
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flickable
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/embedded/flickable
|
||||
INSTALLS += target sources
|
||||
QT += widgets widgets
|
||||
|
@ -5,7 +5,7 @@ FORMS += form.ui
|
||||
RESOURCES = flightinfo.qrc
|
||||
QT += network widgets
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flightinfo
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/flightinfo
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/flightinfo
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/embedded/flightinfo
|
||||
INSTALLS += target sources
|
||||
|
@ -8,7 +8,7 @@ SOURCES = lightmaps.cpp \
|
||||
slippymap.cpp
|
||||
QT += network widgets
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/lightmaps
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/lightmaps
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/lightmaps
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/embedded/lightmaps
|
||||
INSTALLS += target sources
|
||||
|
@ -2,8 +2,8 @@ TEMPLATE = app
|
||||
SOURCES = raycasting.cpp
|
||||
RESOURCES += raycasting.qrc
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/raycasting
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/raycasting
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/embedded/raycasting
|
||||
INSTALLS += target sources
|
||||
QT += widgets widgets
|
||||
|
@ -5,7 +5,7 @@ FORMS += stylewidget.ui
|
||||
SOURCES += main.cpp stylewidget.cpp
|
||||
RESOURCES += styleexample.qrc
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styleexample
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/embedded/styleexample
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.html
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/embedded/styleexample
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/embedded/styleexample
|
||||
INSTALLS += target sources
|
||||
|
@ -4,8 +4,8 @@ SUBDIRS = \
|
||||
imagegestures
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/gestures
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS gestures.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/gestures
|
||||
INSTALLS += target sources
|
||||
QT += widgets
|
||||
|
@ -5,13 +5,13 @@ SOURCES = imagewidget.cpp \
|
||||
mainwidget.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures/imagegestures
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
|
||||
sources.files = $$SOURCES \
|
||||
$$HEADERS \
|
||||
$$RESOURCES \
|
||||
$$FORMS \
|
||||
imagegestures.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/gestures/imagegestures
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
|
||||
INSTALLS += target \
|
||||
sources
|
||||
|
||||
|
@ -5,7 +5,7 @@ TEMPLATE = subdirs
|
||||
|
||||
# install
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS ipc.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/ipc
|
||||
INSTALLS += sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -4,9 +4,9 @@ SOURCES = client.cpp \
|
||||
QT += network widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneclient
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneclient
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneclient.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneclient
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneclient
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -4,9 +4,9 @@ SOURCES = server.cpp \
|
||||
QT += network widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneserver
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS localfortuneserver.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/localfortuneserver
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/localfortuneserver
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -7,9 +7,9 @@ HEADERS += dialog.h
|
||||
FORMS += dialog.ui
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/sharedmemory
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/ipc/sharedmemory
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/ipc/sharedmemory
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -5,9 +5,9 @@ TRANSLATIONS = hellotr_ja.ts
|
||||
#! [1]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr
|
||||
sources.files = $$SOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -10,9 +10,9 @@ TRANSLATIONS = arrowpad_fr.ts \
|
||||
#! [1]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/arrowpad
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/linguist/arrowpad
|
||||
sources.files = $$SOURCES $$HEADERS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/arrowpad
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/arrowpad
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -5,9 +5,9 @@ TRANSLATIONS = hellotr_la.ts
|
||||
#! [1]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr
|
||||
sources.files = $$SOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/hellotr
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/hellotr
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -5,7 +5,7 @@ SUBDIRS = arrowpad \
|
||||
|
||||
# install
|
||||
sources.files = README *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/linguist
|
||||
INSTALLS += sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -6,9 +6,9 @@ SOURCES = main.cpp \
|
||||
TRANSLATIONS = trollprint_pt.ts
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/trollprint
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/linguist/trollprint
|
||||
sources.files = $$SOURCES $$HEADERS $$TRANSLATIONS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/linguist/trollprint
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/linguist/trollprint
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -18,7 +18,7 @@ wince*:LIBS += -lws2
|
||||
CONFIG += console
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/bearermonitor
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/bearermonitor
|
||||
sources.files = $$SOURCES $$HEADERS *.ui *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/bearermonitor
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/bearermonitor
|
||||
INSTALLS += target sources
|
||||
|
@ -8,8 +8,8 @@ SOURCES = blockingclient.cpp \
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/blockingfortuneclient
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/blockingfortuneclient
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS blockingfortuneclient.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/blockingfortuneclient
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/blockingfortuneclient
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -6,8 +6,8 @@ SOURCES = receiver.cpp \
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/broadcastreceiver
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/broadcastreceiver
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS broadcastreceiver.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/broadcastreceiver
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/broadcastreceiver
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -6,7 +6,7 @@ SOURCES = sender.cpp \
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/broadcastsender
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/broadcastsender
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS broadcastsender.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/broadcastsender
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/broadcastsender
|
||||
INSTALLS += target sources
|
||||
|
@ -6,7 +6,7 @@ HEADERS += dnslookup.h
|
||||
SOURCES += dnslookup.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/dnslookup
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/dnslookup
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/dnslookup
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/dnslookup
|
||||
INSTALLS += target sources
|
||||
|
@ -5,9 +5,9 @@ CONFIG -= app_bundle
|
||||
SOURCES += main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/download
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/download
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/download
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/download
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -6,9 +6,9 @@ HEADERS += downloadmanager.h textprogressbar.h
|
||||
SOURCES += downloadmanager.cpp main.cpp textprogressbar.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/downloadmanager
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/downloadmanager
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/downloadmanager
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/downloadmanager
|
||||
INSTALLS += target sources
|
||||
|
||||
OTHER_FILES += \
|
||||
|
@ -6,7 +6,7 @@ SOURCES = client.cpp \
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/fortuneclient
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fortuneclient.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/fortuneclient
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneclient
|
||||
INSTALLS += target sources
|
||||
|
@ -6,7 +6,7 @@ SOURCES = server.cpp \
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/fortuneserver
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneserver
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS fortuneserver.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/fortuneserver
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/fortuneserver
|
||||
INSTALLS += target sources
|
||||
|
@ -3,9 +3,9 @@ SOURCES = main.cpp searchbox.cpp googlesuggest.cpp
|
||||
HEADERS = searchbox.h googlesuggest.h
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/googlesuggest
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest
|
||||
sources.files = $$SOURCES $$HEADERS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/googlesuggest
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/googlesuggest
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@ FORMS += authenticationdialog.ui
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/http
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/http
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS http.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/http
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/http
|
||||
INSTALLS += target sources
|
||||
|
@ -6,7 +6,7 @@ SOURCES = dialog.cpp \
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/loopback
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/loopback
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS loopback.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/loopback
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/loopback
|
||||
INSTALLS += target sources
|
||||
|
@ -6,8 +6,8 @@ SOURCES = receiver.cpp \
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastreceiver
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/multicastreceiver
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multicastreceiver.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastreceiver
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/multicastreceiver
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -4,8 +4,8 @@ SOURCES = sender.cpp \
|
||||
QT += network widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastsender
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/multicastsender
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multicastsender.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastsender
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/multicastsender
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -13,9 +13,9 @@ FORMS = chatdialog.ui
|
||||
QT += network widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/network-chat
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/network-chat
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network-chat.pro *.chat
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/network-chat
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/network-chat
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -30,5 +30,5 @@ SUBDIRS = \
|
||||
|
||||
# install
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS network.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network
|
||||
INSTALLS += sources
|
||||
|
@ -10,8 +10,8 @@ FORMS += certificateinfo.ui \
|
||||
QT += network widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/securesocketclient
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/securesocketclient
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.png *.jpg images
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/securesocketclient
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/securesocketclient
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -10,9 +10,9 @@ SOURCES = dialog.cpp \
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/threadedfortuneserver
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/threadedfortuneserver
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threadedfortuneserver.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/threadedfortuneserver
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/threadedfortuneserver
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -32,10 +32,10 @@ RESOURCES += icons.qrc
|
||||
QT += network
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/torrent
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES torrent.pro *.torrent
|
||||
sources.files += icons forms 3rdparty
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/torrent
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/network/torrent
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -11,9 +11,9 @@ SOURCES = glwidget.cpp \
|
||||
window.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/2dpainting
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS 2dpainting.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/2dpainting
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/2dpainting
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -25,9 +25,9 @@ contains(QT_CONFIG, opengl) {
|
||||
}
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/cube
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/cube
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES cube.png *.glsl *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/cube
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/cube
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,9 +5,9 @@ RESOURCES += framebufferobject2.qrc
|
||||
QT += opengl widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/framebufferobject2
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject2
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES framebufferobject2.pro *.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/framebufferobject2
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/framebufferobject2
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -6,9 +6,9 @@ SOURCES = glwidget.cpp \
|
||||
QT += opengl widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/grabber
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/grabber
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS grabber.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/grabber
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/grabber
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -11,9 +11,9 @@ SOURCES = glwidget.cpp \
|
||||
QT += opengl widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@ HEADERS += glwindow.h
|
||||
|
||||
RESOURCES += texture.qrc
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es
|
||||
INSTALLS += target sources
|
||||
|
@ -12,9 +12,9 @@ HEADERS += bubble.h
|
||||
RESOURCES += texture.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es2
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellogl_es2.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellogl_es2
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellogl_es2
|
||||
INSTALLS += target sources
|
||||
|
||||
maemo5 {
|
||||
|
@ -4,8 +4,8 @@ HEADERS += hellowindow.h
|
||||
SOURCES += hellowindow.cpp main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellowindow
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellowindow
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellowindow.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/hellowindow
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/hellowindow
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -26,9 +26,9 @@ SUBDIRS += hellowindow \
|
||||
paintedwindow
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS opengl.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -11,13 +11,13 @@ SOURCES = bubble.cpp \
|
||||
qtlogo.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/overpainting
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
|
||||
sources.files = $$SOURCES \
|
||||
$$HEADERS \
|
||||
$$RESOURCES \
|
||||
$$FORMS \
|
||||
overpainting.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/overpainting
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/overpainting
|
||||
INSTALLS += target \
|
||||
sources
|
||||
|
||||
|
@ -2,7 +2,7 @@ HEADERS += paintedwindow.h
|
||||
SOURCES += paintedwindow.cpp main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/paintedwindow
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/paintedwindow
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS paintedwindow.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/paintedwindow
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/paintedwindow
|
||||
INSTALLS += target sources
|
||||
|
@ -7,13 +7,13 @@ RESOURCES += pbuffers.qrc
|
||||
QT += opengl widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/pbuffers
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers
|
||||
sources.files = $$SOURCES \
|
||||
$$HEADERS \
|
||||
$$RESOURCES \
|
||||
pbuffers.pro \
|
||||
*.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/pbuffers
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers
|
||||
INSTALLS += target \
|
||||
sources
|
||||
|
||||
|
@ -5,9 +5,9 @@ SOURCES += glwidget.cpp main.cpp
|
||||
RESOURCES += pbuffers2.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/pbuffers2
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers2
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES pbuffers2.pro *.png *.svg
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/pbuffers2
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/pbuffers2
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -4,9 +4,9 @@ SOURCES += glwidget.cpp main.cpp
|
||||
QT += opengl widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/samplebuffers
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers
|
||||
sources.files = $$SOURCES $$HEADERS samplebuffers.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/samplebuffers
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/samplebuffers
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -7,9 +7,9 @@ RESOURCES = textures.qrc
|
||||
QT += opengl widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/textures
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS textures.pro images
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/opengl/textures
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@ TEMPLATE = subdirs
|
||||
SUBDIRS = windows
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qpa
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qpa.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qpa
|
||||
INSTALLS += target sources
|
||||
|
@ -5,7 +5,7 @@ HEADERS += window.h
|
||||
SOURCES += window.cpp main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa/windows
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qpa/windows
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS windows.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qpa/windows
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qpa/windows
|
||||
INSTALLS += target sources
|
||||
|
@ -3,9 +3,9 @@ QT += concurrent widgets
|
||||
SOURCES += main.cpp imagescaling.cpp
|
||||
HEADERS += imagescaling.h
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/imagescaling
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/imagescaling
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/imagescaling
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/imagescaling
|
||||
INSTALLS += target sources
|
||||
|
||||
wince*: DEPLOYMENT_PLUGIN += qgif qjpeg
|
||||
|
@ -6,9 +6,9 @@ CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/map
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/map
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/map
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/map
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -3,9 +3,9 @@ CONFIG += console
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/progressdialog
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/progressdialog
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/progressdialog
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -17,7 +17,7 @@ contains(QT_CONFIG, no-widgets) {
|
||||
}
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtconcurrent.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent
|
||||
INSTALLS += target sources
|
||||
|
@ -4,9 +4,9 @@ CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/runfunction
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/runfunction
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/runfunction
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/runfunction
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -4,9 +4,9 @@ CONFIG -= app_bundle
|
||||
|
||||
SOURCES += main.cpp
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/wordcount
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS $$RESOURCES *.pro *.png
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtconcurrent/wordcount
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtconcurrent/wordcount
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example does not work on Simulator platform)
|
||||
|
@ -2,7 +2,7 @@ TEMPLATE = subdirs
|
||||
SUBDIRS = tutorial1 tutorial2 tutorial3 tutorial4 tutorial5
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS qtestlib.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib
|
||||
INSTALLS += target sources
|
||||
|
@ -2,9 +2,9 @@ SOURCES = testqstring.cpp
|
||||
QT += testlib
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial1
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial1
|
||||
sources.files = $$SOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial1
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial1
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -2,9 +2,9 @@ SOURCES = testqstring.cpp
|
||||
QT += testlib
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial2
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial2
|
||||
sources.files = $$SOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial2
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial2
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -2,9 +2,9 @@ SOURCES = testgui.cpp
|
||||
QT += testlib
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial3
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial3
|
||||
sources.files = $$SOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial3
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial3
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -2,9 +2,9 @@ SOURCES = testgui.cpp
|
||||
QT += testlib
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial4
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial4
|
||||
sources.files = $$SOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial4
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial4
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -2,9 +2,9 @@ SOURCES = benchmarking.cpp
|
||||
QT += testlib
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial5
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial5
|
||||
sources.files = $$SOURCES *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/qtestlib/tutorial5
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtestlib/tutorial5
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -8,9 +8,9 @@ FORMS = bookwindow.ui
|
||||
|
||||
QT += sql widgets widgets
|
||||
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/books
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/sql/books
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro images
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/books
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/books
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -5,8 +5,8 @@ SOURCES = main.cpp \
|
||||
QT += sql widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/cachedtable
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/sql/cachedtable
|
||||
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS cachedtable.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/cachedtable
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/cachedtable
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -10,7 +10,7 @@ SOURCES = imageitem.cpp \
|
||||
QT += sql widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/drilldown
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
|
||||
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS drilldown.pro *.png *.jpg images
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/drilldown
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/drilldown
|
||||
INSTALLS += target sources
|
||||
|
@ -10,7 +10,7 @@ QT += sql widgets
|
||||
QT += xml widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/masterdetail
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail
|
||||
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS masterdetail.pro *.xml images
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/masterdetail
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail
|
||||
INSTALLS += target sources
|
||||
|
@ -7,8 +7,8 @@ SOURCES = customsqlmodel.cpp \
|
||||
QT += sql widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/querymodel
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/sql/querymodel
|
||||
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS querymodel.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/querymodel
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/querymodel
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -3,8 +3,8 @@ SOURCES = relationaltablemodel.cpp
|
||||
QT += sql widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/relationaltablemodel
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/sql/relationaltablemodel
|
||||
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS relationaltablemodel.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/relationaltablemodel
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/relationaltablemodel
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -20,5 +20,5 @@ SUBDIRS = books \
|
||||
|
||||
# install
|
||||
sources.files = connection.h sql.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql
|
||||
INSTALLS += sources
|
||||
|
@ -13,9 +13,9 @@ build_all:!build_pass {
|
||||
}
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlbrowser
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlbrowser
|
||||
sources.files = $$SOURCES $$HEADERS $$FORMS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlbrowser
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlbrowser
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -4,9 +4,9 @@ SOURCES = main.cpp \
|
||||
QT += sql widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlwidgetmapper
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlwidgetmapper
|
||||
sources.files = $$SOURCES $$HEADERS *.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/sqlwidgetmapper
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/sqlwidgetmapper
|
||||
INSTALLS += target sources
|
||||
|
||||
wince*: DEPLOYMENT_PLUGIN += qsqlite
|
||||
|
@ -3,8 +3,8 @@ SOURCES = tablemodel.cpp
|
||||
QT += sql widgets
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/tablemodel
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/sql/tablemodel
|
||||
sources.files = $$SOURCES *.h $$RESOURCES $$FORMS tablemodel.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/sql/tablemodel
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/tablemodel
|
||||
INSTALLS += target sources
|
||||
|
||||
|
@ -7,9 +7,9 @@ SOURCES = main.cpp \
|
||||
unix:!mac:!vxworks:!integrity:LIBS += -lm
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/mandelbrot
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/threads/mandelbrot
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS mandelbrot.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/mandelbrot
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/threads/mandelbrot
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -5,9 +5,9 @@ CONFIG -= app_bundle
|
||||
CONFIG += console
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/semaphores
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS semaphores.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/semaphores
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/threads/semaphores
|
||||
INSTALLS += target sources
|
||||
|
||||
|
||||
|
@ -5,7 +5,7 @@ SUBDIRS = semaphores \
|
||||
!contains(QT_CONFIG, no-widgets):SUBDIRS += mandelbrot
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/threads
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/threads
|
||||
INSTALLS += target sources
|
||||
|
@ -5,9 +5,9 @@ CONFIG += console
|
||||
SOURCES += waitconditions.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/waitconditions
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS waitconditions.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/waitconditions
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/threads/waitconditions
|
||||
INSTALLS += target sources
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,9 +5,9 @@ SOURCES += main.cpp \
|
||||
previewform.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/codecs
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/codecs
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS encodedfiles codecs.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/codecs
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/codecs
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -6,9 +6,9 @@ SOURCES = fsmodel.cpp \
|
||||
RESOURCES = completer.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/completer
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS completer.pro resources
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/completer
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -3,9 +3,9 @@ SOURCES = randomlistmodel.cpp \
|
||||
main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/contiguouscache
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS contiguouscache.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/contiguouscache
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/contiguouscache
|
||||
INSTALLS += target sources
|
||||
QT += widgets
|
||||
|
||||
|
@ -6,9 +6,9 @@ SOURCES = main.cpp \
|
||||
RESOURCES = customcompleter.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/customcompleter
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS customcompleter.pro resources
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/customcompleter
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -5,9 +5,9 @@ SUBDIRS = echowindow \
|
||||
#! [0]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS echoplugin.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -13,9 +13,9 @@ win32 {
|
||||
}
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS echowindow.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin/echowindow
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin/echowindow
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -10,9 +10,9 @@ DESTDIR = ../plugins
|
||||
#! [0]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin/plugin
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin/plugin
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugin.pro echoplugin.json
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/echoplugin/plugin
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin/plugin
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -20,9 +20,9 @@ TRANSLATIONS += translations/i18n_ar.ts \
|
||||
translations/i18n_zh.ts
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/i18n
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES translations i18n.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/i18n
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -17,9 +17,9 @@ if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
|
||||
#! [0]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaint
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS plugandpaint.pro
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaint
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
@ -10,9 +10,9 @@ DESTDIR = ../../plugandpaint/plugins
|
||||
#! [0]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaint/plugins
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
|
||||
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS basictools.pro basictools.json
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/plugandpaintplugins/basictools
|
||||
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaintplugins/basictools
|
||||
INSTALLS += target sources
|
||||
|
||||
QT += widgets
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user