[Qt-creator] lupdate_only broken ?
Benjamin TERRIER
b.terrier at gmail.com
Fri Jun 17 17:29:59 CEST 2016
Hi everyone,
I've just noticed, after upgrading to 4.0.3 that my qml files were
listed as "Sources".
It seems to be caused by :
QML_FILES += *.qml
lupdate_only {
SOURCES += $$QML_FILES
}
However doing this:
QML_FILES += *.qml
lupdate_only {
SOURCES += $$QML_FILES
message (1)
}
else
{
message (2)
}
displays "Project MESSAGE: 2" as expected.
Should I file a bug ?
BR,
Benjamin Terrier
More information about the Qt-creator
mailing list