How to create Qt Widgets Application project with Qbs build system
-
In documentation it is said that
Most Qt Creator project wizards enable you to choose the build system to use for building the project: qmake, CMake, or Qbs.
But I don't see any while creating new Qt Widgets Application.Is it possible? How?
Thank you very much.
-
@SKovalev said in How to create Qt Widgets Application project with Qbs build system:
I don't see any while creating new Qt Widgets Application.
Hi @SKovalev, I think you've found an omission in Qt Creator. All project types let you select the build system, but the selector is missing from the Qt Widgets Application wizard.
Could you please submit a bug report (https://bugreports.qt.io/ ) and post the link here?
Is it possible? How?
For now, you could work around the problem by creating a Qt Console Application with Qbs. After that, manually add Qt Widgets dependencies.