blob: fa29aa96cf10dc9243392e7fde0cf5e35859d60d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#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
}
include(plugins/plugins.pri)
RESOURCES *= $${PWD}/src-qml.qrc
|