mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #129 , changed to QMAKE_POST_LINK as proposed by RW https://dev.vatsim-germany.org/issues/129#note-4
This commit is contained in:
@@ -23,8 +23,5 @@ DESTDIR = ../../lib
|
||||
OTHER_FILES += ./sounds/*.wav sounds/readme.txt
|
||||
RESOURCES +=
|
||||
|
||||
# requires install step
|
||||
install_sounds.path = $$OUT_PWD/../../bin/sounds
|
||||
install_sounds.files = sounds/*
|
||||
INSTALLS += install_sounds
|
||||
|
||||
win32: QMAKE_POST_LINK = copy sounds/* $$OUT_PWD/../../bin/sounds
|
||||
else: QMAKE_POST_LINK = cp sounds/* $$OUT_PWD/../../bin/sounds
|
||||
|
||||
Reference in New Issue
Block a user