aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-desktop-unified/src-desktop/src-qml/src-qml.pri
blob: 79941b825af0fce8bab0cdde49a019faa7aa453b (plain)
1
2
3
4
5
6
7
8
9
10
#Show the QML files to lupdate for translation purposes - not for the actual build
lupdate_only{
  SOURCES *= $${PWD}/RootDesktop.qml \
		$${PWD}/ContextMenu.qml \
		$${PWD}/Screen.qml \
		$${PWD}/Panel.qml \
		$${PWD}/NativeWindow.qml
}

RESOURCES *= $${PWD}/src-qml.qrc
bgstack15