mirror of
https://github.com/Fishwaldo/ozw-admin.git
synced 2025-03-15 19:31:38 +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
|
packagefiles.output=$$PWD/../scripts/version
|
||||||
QMAKE_SUBSTITUTES += packagefiles
|
QMAKE_SUBSTITUTES += packagefiles
|
||||||
}
|
}
|
||||||
win {
|
win32 {
|
||||||
packagefiles.input=$$PWD/../scripts/package.nsis.in
|
packagefiles.input=$$PWD\..\scripts\package.nsis.in
|
||||||
packagefiles.output=$$PWD/../scripts/package.nsis
|
packagefiles.output=$$PWD\..\scripts\package.nsis
|
||||||
QMAKE_SUBSTITUTES += packagefiles
|
QMAKE_SUBSTITUTES += packagefiles
|
||||||
|
message("doing Substitutions")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue