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
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to