-
Notifications
You must be signed in to change notification settings - Fork 0
/
tomatotasktracker-desktop-win32install.pri
28 lines (22 loc) · 1.15 KB
/
tomatotasktracker-desktop-win32install.pri
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
win32 {
docs.files = \
$$PWD/ABOUT \
$$PWD/AUTHORS \
$$PWD/CHANGELOG \
$$PWD/LIBRARIES \
$$PWD/LICENSE \
$$PWD/LICENSE.GPL-3+ \
$$PWD/translations/docs/* \
sounds.files = \
$$PWD/res/sounds/*.wav \
translations.files = \
$$PWD/translations/*.qm \
icons.files = \
$$PWD/res/icons/hicolor/128x128/* \
INSTALLS += target docs sounds translations icons
target.path = /
docs.path = /
sounds.path = /sounds
icons.path = /icons
translations.path = /translations
}