Files
qt-creator/src/plugins/qmlprojectmanager/cmakegen/qmlprojectenvheader.tpl
Tapani Mattila 6b6bdd52a7 QmlDesigner: Move CMake generator to QmlProjectManager
Task-number: QDS-6898
Change-Id: Ib1ca2ff4cd17a1ee6c203878a963bf44bac6969b
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
2022-05-19 09:59:50 +00:00

12 lines
147 B
Smarty

/*
* This file is automatically generated by Qt Design Studio.
* Do not change.
*/
#include <QGuiApplication>
void set_qt_environment()
{
%1
}