Hi!
I created simple QML only app from template in Qt Creator. Than I moved that project to subdir “application”, rename TestQMLOnlyApp.pro to application.pro and create new root .pro file with
TEMPLATE = subdirs
SUBDIRS += application
But after that when I try build and run project, it has successful deployed but not autoruned of app, instead I have popup to define custom executable command.
So, please, how I can define to run QML only app as subdir project?