aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop/src-widgets/src-widgets.pri
blob: 8465b5f9dcd02697f08abe3a0db59fa2fd10e93a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#update the includepath so we can just #include as needed without paths
INCLUDEPATH *= $${PWD}

SOURCES *= $${PWD}/RootDesktop.cpp \
		$${PWD}/ContextMenu.cpp \
		$${PWD}/NativeWindow.cpp \
		$${PWD}/Panel.cpp \
		$${PWD}/Plugin.cpp

HEADERS *= $${PWD}/RootDesktop.h \
		$${PWD}/ContextMenu.h \
		$${PWD}/NativeWindow.h \
		$${PWD}/NativeEmbedWidget.h \
		$${PWD}/Panel.h \
		$${PWD}/Plugin.h

include("plugins/plugins.pri")
bgstack15