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
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/codecs
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/codecs
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,7 +8,7 @@ SOURCES = fsmodel.cpp \
|
||||
RESOURCES = completer.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/completer
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -8,7 +8,7 @@ SOURCES = main.cpp \
|
||||
RESOURCES = customcompleter.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/customcompleter
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/customcompleter
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -5,5 +5,5 @@ SUBDIRS = echowindow \
|
||||
#! [0]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin
|
||||
INSTALLS += target
|
||||
|
@ -15,7 +15,7 @@ win32 {
|
||||
}
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -12,5 +12,5 @@ DESTDIR = ../plugins
|
||||
EXAMPLE_FILES = echoplugin.json
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/echoplugin/plugin
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/echoplugin/plugin
|
||||
INSTALLS += target
|
||||
|
@ -22,7 +22,7 @@ TRANSLATIONS += translations/i18n_ar.ts \
|
||||
translations/i18n_zh.ts
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/i18n
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/i18n
|
||||
INSTALLS += target
|
||||
|
||||
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]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint
|
||||
INSTALLS += target
|
||||
|
@ -10,5 +10,5 @@ DESTDIR = ../../plugandpaint/plugins
|
||||
#! [0]
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint/plugins
|
||||
INSTALLS += target
|
||||
|
@ -10,5 +10,5 @@ DESTDIR = ../../plugandpaint/plugins
|
||||
|
||||
#! [0]
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/plugandpaint/plugins
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/plugandpaint/plugins
|
||||
INSTALLS += target
|
||||
|
@ -5,7 +5,7 @@ SOURCES = regexpdialog.cpp \
|
||||
main.cpp
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/regexp
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/regexp
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -13,7 +13,7 @@ SOURCES = locationdialog.cpp \
|
||||
EXAMPLE_FILES = inifiles
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/settingseditor
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/settingseditor
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -18,5 +18,5 @@ win32 {
|
||||
EXAMPLE_FILES += simplestyle.json
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin/styles
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/styleplugin/styles
|
||||
INSTALLS += target
|
||||
|
@ -3,5 +3,5 @@ SUBDIRS = stylewindow \
|
||||
plugin
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/styleplugin
|
||||
INSTALLS += target
|
||||
|
@ -13,5 +13,5 @@ win32 {
|
||||
}
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/styleplugin
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/styleplugin
|
||||
INSTALLS += target
|
||||
|
@ -8,7 +8,7 @@ SOURCES = treemodelcompleter.cpp \
|
||||
RESOURCES = treemodelcompleter.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/treemodelcompleter
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/treemodelcompleter
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
@ -12,5 +12,5 @@ build_all:!build_pass {
|
||||
RESOURCES += undo.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/undo
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/undo
|
||||
INSTALLS += target
|
||||
|
@ -12,7 +12,7 @@ SOURCES = commands.cpp \
|
||||
RESOURCES = undoframework.qrc
|
||||
|
||||
# install
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework
|
||||
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/undoframework
|
||||
INSTALLS += target
|
||||
|
||||
simulator: warning(This example might not fully work on Simulator platform)
|
||||
|
Loading…
x
Reference in New Issue
Block a user