aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop/desktop.pri
blob: 75aef8a621a460aac645717211543fb9c354da17 (plain)
1
2
3
4
5
6
SOURCES *= $${PWD}/ContextMenu.cpp

HEADERS *= $${PWD}/ContextMenu.h

#update the includepath so we can just #include as needed without paths
INCLUDEPATH *= ${PWD}
bgstack15