aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/lumina-desktop.pro
diff options
context:
space:
mode:
authorKen Moore <moorekou@gmail.com>2015-10-08 13:08:53 -0400
committerKen Moore <moorekou@gmail.com>2015-10-08 13:08:53 -0400
commit9145924b884de715dd15654ec005cea838b0559d (patch)
tree8b887f28b08e0c7533c4733a3f1914405b8544f7 /lumina-desktop/lumina-desktop.pro
parentUpdate the defaults for Lumina so that it uses the new systemstart panel plug... (diff)
downloadlumina-9145924b884de715dd15654ec005cea838b0559d.tar.gz
lumina-9145924b884de715dd15654ec005cea838b0559d.tar.bz2
lumina-9145924b884de715dd15654ec005cea838b0559d.zip
Add a new panel plugin: "line"
This simply inserts a horizontal/vertical line to help provide separation between panel sections as needed. Also start moving the project files around: take all the panel plugins and define their files within panel-plugins.pri - will do something similar for desktop-plugins later.
Diffstat (limited to 'lumina-desktop/lumina-desktop.pro')
-rw-r--r--lumina-desktop/lumina-desktop.pro86
1 files changed, 44 insertions, 42 deletions
diff --git a/lumina-desktop/lumina-desktop.pro b/lumina-desktop/lumina-desktop.pro
index 43f32721..923d4b73 100644
--- a/lumina-desktop/lumina-desktop.pro
+++ b/lumina-desktop/lumina-desktop.pro
@@ -38,25 +38,25 @@ SOURCES += main.cpp \
SettingsMenu.cpp \
SystemWindow.cpp \
BootSplash.cpp \
- panel-plugins/userbutton/LUserButton.cpp \
- panel-plugins/userbutton/UserWidget.cpp \
- panel-plugins/userbutton/UserItemWidget.cpp \
- panel-plugins/desktopbar/LDeskBar.cpp \
- panel-plugins/taskmanager/LTaskManagerPlugin.cpp \
- panel-plugins/taskmanager/LTaskButton.cpp \
- panel-plugins/systemtray/LSysTray.cpp \
- panel-plugins/systemtray/TrayIcon.cpp \
- panel-plugins/clock/LClock.cpp \
- panel-plugins/battery/LBattery.cpp \
- panel-plugins/desktopswitcher/LDesktopSwitcher.cpp \
- panel-plugins/systemdashboard/LSysDashboard.cpp \
- panel-plugins/systemdashboard/SysMenuQuick.cpp \
- panel-plugins/showdesktop/LHomeButton.cpp \
- panel-plugins/appmenu/LAppMenuPlugin.cpp \
- panel-plugins/applauncher/AppLaunchButton.cpp \
- panel-plugins/systemstart/LStartButton.cpp \
- panel-plugins/systemstart/StartMenu.cpp \
- panel-plugins/systemstart/ItemWidget.cpp \
+# panel-plugins/userbutton/LUserButton.cpp \
+# panel-plugins/userbutton/UserWidget.cpp \
+# panel-plugins/userbutton/UserItemWidget.cpp \
+# panel-plugins/desktopbar/LDeskBar.cpp \
+# panel-plugins/taskmanager/LTaskManagerPlugin.cpp \
+# panel-plugins/taskmanager/LTaskButton.cpp \
+# panel-plugins/systemtray/LSysTray.cpp \
+# panel-plugins/systemtray/TrayIcon.cpp \
+# panel-plugins/clock/LClock.cpp \
+# panel-plugins/battery/LBattery.cpp \
+# panel-plugins/desktopswitcher/LDesktopSwitcher.cpp \
+# panel-plugins/systemdashboard/LSysDashboard.cpp \
+# panel-plugins/systemdashboard/SysMenuQuick.cpp \
+# panel-plugins/showdesktop/LHomeButton.cpp \
+# panel-plugins/appmenu/LAppMenuPlugin.cpp \
+# panel-plugins/applauncher/AppLaunchButton.cpp \
+# panel-plugins/systemstart/LStartButton.cpp \
+# panel-plugins/systemstart/StartMenu.cpp \
+# panel-plugins/systemstart/ItemWidget.cpp \
desktop-plugins/LDPlugin.cpp \
desktop-plugins/applauncher/AppLauncherPlugin.cpp \
desktop-plugins/desktopview/DesktopViewPlugin.cpp \
@@ -83,26 +83,26 @@ HEADERS += Globals.h \
panel-plugins/LTBWidget.h \
desktop-plugins/LDPlugin.h \
desktop-plugins/NewDP.h \
- panel-plugins/userbutton/LUserButton.h \
- panel-plugins/userbutton/UserWidget.h \
- panel-plugins/userbutton/UserItemWidget.h \
- panel-plugins/desktopbar/LDeskBar.h \
- panel-plugins/systemtray/LSysTray.h \
- panel-plugins/systemtray/TrayIcon.h \
- panel-plugins/spacer/LSpacer.h \
- panel-plugins/clock/LClock.h \
- panel-plugins/battery/LBattery.h \
- panel-plugins/desktopswitcher/LDesktopSwitcher.h \
- panel-plugins/taskmanager/LTaskManagerPlugin.h \
- panel-plugins/taskmanager/LTaskButton.h \
- panel-plugins/systemdashboard/LSysDashboard.h \
- panel-plugins/systemdashboard/SysMenuQuick.h \
- panel-plugins/showdesktop/LHomeButton.h \
- panel-plugins/appmenu/LAppMenuPlugin.h \
- panel-plugins/applauncher/AppLaunchButton.h \
- panel-plugins/systemstart/LStartButton.h \
- panel-plugins/systemstart/StartMenu.h \
- panel-plugins/systemstart/ItemWidget.h \
+# panel-plugins/userbutton/LUserButton.h \
+# panel-plugins/userbutton/UserWidget.h \
+# panel-plugins/userbutton/UserItemWidget.h \
+# panel-plugins/desktopbar/LDeskBar.h \
+# panel-plugins/systemtray/LSysTray.h \
+# panel-plugins/systemtray/TrayIcon.h \
+# panel-plugins/spacer/LSpacer.h \
+# panel-plugins/clock/LClock.h \
+# panel-plugins/battery/LBattery.h \
+# panel-plugins/desktopswitcher/LDesktopSwitcher.h \
+# panel-plugins/taskmanager/LTaskManagerPlugin.h \
+# panel-plugins/taskmanager/LTaskButton.h \
+# panel-plugins/systemdashboard/LSysDashboard.h \
+# panel-plugins/systemdashboard/SysMenuQuick.h \
+# panel-plugins/showdesktop/LHomeButton.h \
+# panel-plugins/appmenu/LAppMenuPlugin.h \
+# panel-plugins/applauncher/AppLaunchButton.h \
+# panel-plugins/systemstart/LStartButton.h \
+# panel-plugins/systemstart/StartMenu.h \
+# panel-plugins/systemstart/ItemWidget.h \
# panel-plugins/quickcontainer/QuickPPlugin.h \
desktop-plugins/SamplePlugin.h \
desktop-plugins/calendar/CalendarPlugin.h \
@@ -117,12 +117,14 @@ HEADERS += Globals.h \
FORMS += SystemWindow.ui \
BootSplash.ui \
- panel-plugins/userbutton/UserWidget.ui \
- panel-plugins/systemdashboard/SysMenuQuick.ui \
- panel-plugins/systemstart/StartMenu.ui \
+# panel-plugins/userbutton/UserWidget.ui \
+# panel-plugins/systemdashboard/SysMenuQuick.ui \
+# panel-plugins/systemstart/StartMenu.ui \
desktop-plugins/audioplayer/PlayerWidget.ui \
desktop-plugins/systemmonitor/MonitorWidget.ui
+include(panel-plugins/panel-plugins.pri)
+
RESOURCES+= Lumina-DE.qrc
INCLUDEPATH += ../libLumina $$PREFIX/include
bgstack15