Skip to content

Commit

Permalink
dissociated tray icon and config ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Sep 1, 2024
1 parent 43bc9e9 commit 16a481f
Show file tree
Hide file tree
Showing 6 changed files with 443 additions and 372 deletions.
11 changes: 7 additions & 4 deletions BigPictureTV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,32 +18,35 @@ DEFINES += \
GIT_COMMIT_DATE=\"\"\"$$GIT_COMMIT_DATE\"\"\"

INCLUDEPATH += \
src/AudioManager \
src/AudioManager\
src/BigPictureTV \
src/Configurator \
src/NightLightSwitcher \
src/ShortcutManager \
src/SteamWindowManager \
src/Utils \

SOURCES += \
src/AudioManager/audiomanager.cpp \
src/BigPictureTV/BigPictureTV.cpp \
src/main.cpp \
src/NightLightSwitcher/NightLightSwitcher.cpp \
src/BigPictureTV/bigpicturetv.cpp \
src/Configurator/configurator.cpp \
src/ShortcutManager/shortcutmanager.cpp \
src/SteamWindowManager/steamwindowmanager.cpp \
src/Utils/utils.cpp

HEADERS += \
src/AudioManager/audiomanager.h \
src/BigPictureTV/bigpicturetv.h \
src/BigPictureTV/BigPictureTV.h \
src/Configurator/configurator.h \
src/NightLightSwitcher/NightLightSwitcher.h \
src/ShortcutManager/shortcutmanager.h \
src/SteamWindowManager/steamwindowmanager.h \
src/Utils/utils.h

FORMS += \
src/BigPictureTV/bigpicturetv.ui
src/Configurator/configurator.ui

TRANSLATIONS += \
src/Resources/Tr/BigPictureTV_fr.ts \
Expand Down
Loading

0 comments on commit 16a481f

Please sign in to comment.