aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/desktop-plugins/desktop-plugins.pri
blob: 5a631b5217655f920a727e744f39191e4be79ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SOURCES += $$PWD/applauncher/AppLauncherPlugin.cpp \
	$$PWD/desktopview/DesktopViewPlugin.cpp \
	$$PWD/notepad/NotepadPlugin.cpp \
	$$PWD/audioplayer/PlayerWidget.cpp \
	$$PWD/systemmonitor/MonitorWidget.cpp
#	$$PWD/messagecenter/MessageCenter.cpp

HEADERS += $$PWD/calendar/CalendarPlugin.h \
	$$PWD/applauncher/AppLauncherPlugin.h \
	$$PWD/applauncher/OutlineToolButton.h \
	$$PWD/desktopview/DesktopViewPlugin.h \
	$$PWD/notepad/NotepadPlugin.h \
	$$PWD/audioplayer/PlayerWidget.h \
	$$PWD/systemmonitor/MonitorWidget.h
#	$$PWD/quickcontainer/QuickDPlugin.h
#	$$PWD/messagecenter/MessageCenter.h

FORMS += $$PWD/audioplayer/PlayerWidget.ui \
	$$PWD/systemmonitor/MonitorWidget.ui
bgstack15