fix install locations of examples/widgets/tools
amends cb961007c5 Change-Id: I725042c55816832eeb5b0d8a3522911877279aae Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
This commit is contained in:
parent
2b397f985e
commit
8f61befb53
@ -9,7 +9,7 @@ SOURCES += main.cpp \
|
|||||||
EXAMPLE_FILES = encodedfiles
|
EXAMPLE_FILES = encodedfiles
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/codecs
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/codecs
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -8,7 +8,7 @@ SOURCES = fsmodel.cpp \
|
|||||||
RESOURCES = completer.qrc
|
RESOURCES = completer.qrc
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/completer
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -8,7 +8,7 @@ SOURCES = main.cpp \
|
|||||||
RESOURCES = customcompleter.qrc
|
RESOURCES = customcompleter.qrc
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/customcompleter
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -5,5 +5,5 @@ SUBDIRS = echowindow \
|
|||||||
#! [0]
|
#! [0]
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
@ -15,7 +15,7 @@ win32 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -12,5 +12,5 @@ DESTDIR = ../plugins
|
|||||||
EXAMPLE_FILES = echoplugin.json
|
EXAMPLE_FILES = echoplugin.json
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin/plugin
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin/plugin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
@ -22,7 +22,7 @@ TRANSLATIONS += translations/i18n_ar.ts \
|
|||||||
translations/i18n_zh.ts
|
translations/i18n_zh.ts
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/i18n
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -19,5 +19,5 @@ if(!debug_and_release|build_pass):CONFIG(debug, debug|release) {
|
|||||||
#! [0]
|
#! [0]
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
@ -10,5 +10,5 @@ DESTDIR = ../../plugandpaint/plugins
|
|||||||
#! [0]
|
#! [0]
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint/plugins
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
@ -10,5 +10,5 @@ DESTDIR = ../../plugandpaint/plugins
|
|||||||
|
|
||||||
#! [0]
|
#! [0]
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint/plugins
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
@ -5,7 +5,7 @@ SOURCES = regexpdialog.cpp \
|
|||||||
main.cpp
|
main.cpp
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/regexp
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regexp
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -13,7 +13,7 @@ SOURCES = locationdialog.cpp \
|
|||||||
EXAMPLE_FILES = inifiles
|
EXAMPLE_FILES = inifiles
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/settingseditor
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -18,5 +18,5 @@ win32 {
|
|||||||
EXAMPLE_FILES += simplestyle.json
|
EXAMPLE_FILES += simplestyle.json
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/styles
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/styleplugin/styles
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
@ -3,5 +3,5 @@ SUBDIRS = stylewindow \
|
|||||||
plugin
|
plugin
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/styleplugin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
@ -13,5 +13,5 @@ win32 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/styleplugin
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
@ -8,7 +8,7 @@ SOURCES = treemodelcompleter.cpp \
|
|||||||
RESOURCES = treemodelcompleter.qrc
|
RESOURCES = treemodelcompleter.qrc
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/treemodelcompleter
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/treemodelcompleter
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
@ -12,5 +12,5 @@ build_all:!build_pass {
|
|||||||
RESOURCES += undo.qrc
|
RESOURCES += undo.qrc
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/undo
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/undo
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
@ -12,7 +12,7 @@ SOURCES = commands.cpp \
|
|||||||
RESOURCES = undoframework.qrc
|
RESOURCES = undoframework.qrc
|
||||||
|
|
||||||
# install
|
# install
|
||||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/undoframework
|
||||||
INSTALLS += target
|
INSTALLS += target
|
||||||
|
|
||||||
simulator: warning(This example might not fully work on Simulator platform)
|
simulator: warning(This example might not fully work on Simulator platform)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user