mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-15 11:21:36 +00:00
try windows again
This commit is contained in:
parent
b0fef045c8
commit
b8a204f35f
1 changed files with 4 additions and 3 deletions
|
@ -28,10 +28,11 @@ unix {
|
|||
packagefiles.output=$$PWD/../scripts/version
|
||||
QMAKE_SUBSTITUTES += packagefiles
|
||||
}
|
||||
win {
|
||||
packagefiles.input=$$PWD/../scripts/package.nsis.in
|
||||
packagefiles.output=$$PWD/../scripts/package.nsis
|
||||
win32 {
|
||||
packagefiles.input=$$PWD\..\scripts\package.nsis.in
|
||||
packagefiles.output=$$PWD\..\scripts\package.nsis
|
||||
QMAKE_SUBSTITUTES += packagefiles
|
||||
message("doing Substitutions")
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue