use INSTALLS instead of DEPLOYMENT
The DEPLOYMENT variable has been deprecated. Change-Id: I1c7c07b36a2e665ae302e4f43f7f2dc752f3c1f4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
This commit is contained in:
parent
dd274a5455
commit
3ce99adfa4
@ -16,5 +16,5 @@ wince*: {
|
||||
CONFIG(debug, debug|release):sqlPlugins.files = $$QT_BUILD_TREE/plugins/sqldrivers/*d4.dll
|
||||
CONFIG(release, debug|release):sqlPlugins.files = $$QT_BUILD_TREE/plugins/sqldrivers/*[^d]4.dll
|
||||
sqlPlugins.path = sqldrivers
|
||||
DEPLOYMENT += sqlPlugins
|
||||
INSTALLS += sqlPlugins
|
||||
}
|
||||
|
@ -18,5 +18,5 @@ INSTALLS += target
|
||||
wince*: {
|
||||
addFile.files = example.jpg
|
||||
addFile.path = .
|
||||
DEPLOYMENT += addFile
|
||||
INSTALLS += addFile
|
||||
}
|
||||
|
@ -14,5 +14,5 @@ INSTALLS += target
|
||||
wince*: {
|
||||
addFiles.files = main.cpp mainwindow.cpp
|
||||
addFiles.path = .
|
||||
DEPLOYMENT += addFiles
|
||||
INSTALLS += addFiles
|
||||
}
|
||||
|
@ -24,5 +24,5 @@ wince*: {
|
||||
} else {
|
||||
imageFiles.path = images
|
||||
}
|
||||
DEPLOYMENT += imageFiles
|
||||
INSTALLS += imageFiles
|
||||
}
|
||||
|
@ -14,5 +14,5 @@ INSTALLS += target
|
||||
wince*: {
|
||||
addFiles.files += *.gif
|
||||
addFiles.path = .
|
||||
DEPLOYMENT += addFiles
|
||||
INSTALLS += addFiles
|
||||
}
|
||||
|
@ -14,6 +14,6 @@ INSTALLS += target
|
||||
wince*: {
|
||||
addFiles.files = frank.xbel jennifer.xbel
|
||||
addFiles.path = "\\My Documents"
|
||||
DEPLOYMENT += addFiles
|
||||
INSTALLS += addFiles
|
||||
}
|
||||
|
||||
|
@ -9,7 +9,7 @@ win32: CONFIG += console
|
||||
wince*:{
|
||||
htmlfiles.files = *.html
|
||||
htmlfiles.path = .
|
||||
DEPLOYMENT += htmlfiles
|
||||
INSTALLS += htmlfiles
|
||||
}
|
||||
|
||||
# install
|
||||
|
@ -16,5 +16,5 @@ INSTALLS += target
|
||||
wince*: {
|
||||
addFiles.files = frank.xbel jennifer.xbel
|
||||
addFiles.path = "\\My Documents"
|
||||
DEPLOYMENT += addFiles
|
||||
INSTALLS += addFiles
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user