mirror of
https://github.com/QuasarApp/SoundBand.git
synced 2025-05-14 07:59:34 +00:00
18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
# Here you need to specify a list of end targets for each platform.
|
|
|
|
# windows
|
|
win32 {
|
|
TARGET_LIST += SoundBand.exe
|
|
}
|
|
|
|
# linux
|
|
# by default installer create shortcut for last binary file of the list
|
|
unix {
|
|
TARGET_LIST += SoundBand
|
|
}
|
|
|
|
# os X
|
|
macx {
|
|
TARGET_LIST += SoundBand
|
|
}
|