-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BigPictureTV.pro
53 lines (42 loc) · 2.42 KB
/
BigPictureTV.pro
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17 silent lrelease embed_translations
QM_FILES_RESOURCE_PREFIX = /translations
INCLUDEPATH += \
AudioManager/ \
BigPictureTV/ \
Configurator/ \
NightLightSwitcher/ \
ShortcutManager/ \
SteamWindowManager/ \
Utils/ \
Dependencies/HDRtray/common/ \
SOURCES += \
AudioManager/AudioManager.cpp \
BigPictureTV/BigPictureTV.cpp \
NightLightSwitcher/NightLightSwitcher.cpp \
Configurator/Configurator.cpp \
ShortcutManager/ShortcutManager.cpp \
SteamWindowManager/SteamwindowManager.cpp \
Utils/Utils.cpp \
main.cpp \
Dependencies/HDRtray/common/hdr.cpp \
HEADERS += \
AudioManager/AudioManager.h \
AudioManager/PolicyConfig.h \
BigPictureTV/BigPictureTV.h \
Configurator/Configurator.h \
NightLightSwitcher/NightLightSwitcher.h \
ShortcutManager/ShortcutManager.h \
SteamWindowManager/SteamwindowManager.h \
Utils/Utils.h \
Dependencies/HDRtray/common/hdr.h \
FORMS += \
Configurator/Configurator.ui \
TRANSLATIONS += \
Resources/Tr/BigPictureTV_fr.ts \
Resources/Tr/BigPictureTV_en.ts \
RESOURCES += \
Resources/resources.qrc \
RC_FILE = Resources/appicon.rc
LIBS += -lole32 -luser32 -ladvapi32 -lshell32