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