4
0
mirror of https://github.com/QuasarApp/SoundBand.git synced 2025-05-14 07:59:34 +00:00
2018-10-25 19:54:40 +03:00

20 lines
348 B
Plaintext

# Here you need to specify a list of end targets for each platform.
# windows
win32 {
TARGET_LIST += SoundBand.exe
TARGET_LIST += Sync.dll
TARGET_LIST += QUasarApp.dll
}
# linux
# by default installer create shortcut for last binary file of the list
unix {
TARGET_LIST += SoundBand
}
# os X
macx {
TARGET_LIST += SoundBand
}