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