diff options
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/CMakeLists.txt | 10 | ||||
| -rw-r--r-- | src/plugins/General/rdetect/rdetect.pro | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index 180020bbb..a4228058f 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -16,6 +16,8 @@ SET(USE_SB TRUE CACHE BOOL "enable/disable stream browser plugin") SET(USE_TRACKCHANGE TRUE CACHE BOOL "enable/disable track change plugin") SET(USE_COPYPASTE TRUE CACHE BOOL "enable/disable copy/paste change plugin") SET(USE_HISTORY TRUE CACHE BOOL "enable/disable history plugin") +SET(USE_TASKBAR TRUE CACHE BOOL "enable/disable taskbar plugin (Windows)") +SET(USE_RDETECT TRUE CACHE BOOL "enable/disable rdetect plugin (Windows)") IF(USE_MPRIS AND Qt5DBus_FOUND) add_subdirectory(mpris) @@ -88,3 +90,11 @@ ENDIF(USE_GNOMEHOTKEY AND Qt5DBus_FOUND) IF(USE_HISTORY AND Qt5Sql_FOUND) add_subdirectory(history) ENDIF(USE_HISTORY AND Qt5Sql_FOUND) + +IF(USE_TASKBAR AND Qt5WinExtras_FOUND) +add_subdirectory(taskbar) +ENDIF(USE_TASKBAR AND Qt5WinExtras_FOUND) + +IF(USE_RDETECT AND Qt5WinExtras_FOUND) +add_subdirectory(rdetect) +ENDIF(USE_RDETECT AND Qt5WinExtras_FOUND) diff --git a/src/plugins/General/rdetect/rdetect.pro b/src/plugins/General/rdetect/rdetect.pro index 6e62b8401..8a52b61ea 100644 --- a/src/plugins/General/rdetect/rdetect.pro +++ b/src/plugins/General/rdetect/rdetect.pro @@ -12,7 +12,7 @@ SOURCES += rdetectfactory.cpp \ FORMS += settingsdialog.ui
-#RESOURCES = translations/translations.qrc
+RESOURCES = translations/translations.qrc
LIBS += $$QMMPUI_LIB
|
