mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
committed by
Mathew Sutcliffe
parent
2b63fd0a91
commit
5eddef0f12
@@ -30,4 +30,17 @@ OTHER_FILES += ./sounds/*.wav sounds/readme.txt
|
||||
COPY_FILES += $$PWD/sounds/*
|
||||
RESOURCES +=
|
||||
|
||||
win32 {
|
||||
dlltarget.path = $$PREFIX/bin
|
||||
INSTALLS += dlltarget
|
||||
} else {
|
||||
target.path = $$PREFIX/lib
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
package_sounds.path = $$PREFIX/sounds
|
||||
package_sounds.files += sounds/*.wav
|
||||
package_sounds.files += sounds/readme.txt
|
||||
INSTALLS += package_sounds
|
||||
|
||||
load(common_post)
|
||||
|
||||
Reference in New Issue
Block a user