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