blob: 9990525351837fb5764843f0e9d1e682097a7a80 (
plain)
1
2
3
4
5
6
7
|
#Show the QML files to lupdate for translation purposes - not for the actual build
lupdate_only{
SOURCES *= $${PWD}/RootDesktop.qml \
$${PWD}/ContextMenu.qml
}
RESOURCES *= $${PWD}/src-qml.qrc
|