Qt Creator doesn't rebuild when I modifies qml file
-
Hi,
I using Qt 5.7 with Qt Creator 4.0.2 on Windows 10.
When I modifies the qml file and click RUN, only running the previous building program. So I have to rebuild manually then run it.
How can I simplify that?
Thank you! -
Hi,
I using Qt 5.7 with Qt Creator 4.0.2 on Windows 10.
When I modifies the qml file and click RUN, only running the previous building program. So I have to rebuild manually then run it.
How can I simplify that?
Thank you!@wzj1695224
Stupid question: have you added your QML files to a qrc file? And also to the .pro file? -
I am sure to do that