diff options
Diffstat (limited to 'lumina-desktop/lumina-desktop.pro')
-rw-r--r-- | lumina-desktop/lumina-desktop.pro | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lumina-desktop/lumina-desktop.pro b/lumina-desktop/lumina-desktop.pro index da3aae44..5a05c878 100644 --- a/lumina-desktop/lumina-desktop.pro +++ b/lumina-desktop/lumina-desktop.pro @@ -1,6 +1,6 @@ QT += core gui network -greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras multimedia +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets x11extras multimedia dbus TARGET = Lumina-DE isEmpty(PREFIX) { @@ -52,7 +52,8 @@ SOURCES += main.cpp \ desktop-plugins/applauncher/AppLauncherPlugin.cpp \ desktop-plugins/desktopview/DesktopViewPlugin.cpp \ desktop-plugins/notepad/NotepadPlugin.cpp \ - desktop-plugins/audioplayer/PlayerWidget.cpp + desktop-plugins/audioplayer/PlayerWidget.cpp +# desktop-plugins/messagecenter/MessageCenter.cpp HEADERS += Globals.h \ @@ -91,7 +92,8 @@ HEADERS += Globals.h \ desktop-plugins/applauncher/AppLauncherPlugin.h \ desktop-plugins/desktopview/DesktopViewPlugin.h \ desktop-plugins/notepad/NotepadPlugin.h \ - desktop-plugins/audioplayer/PlayerWidget.h + desktop-plugins/audioplayer/PlayerWidget.h +# desktop-plugins/messagecenter/MessageCenter.h FORMS += SystemWindow.ui \ panel-plugins/userbutton/UserWidget.ui \ |