You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
target_link_libraries(alpineapp PUBLIC gl_engine Qt::Quick Qt::QuickControls2)
122
-
if (ALP_ENABLE_DEV_TOOLS)
123
-
message(WARNING "building alpine app with dev tools. this will increase the build size. It'll also slow incremental building due to a fix for hotreload.")
124
+
125
+
if (ALP_ENABLE_QML_HOT_RELOAD)
126
+
message(WARNING "building alpine app with qml-hot-reload. It'll slow incremental building due to a fix for hotreload.")
124
127
125
128
# change prefer to project dir, as per https://bugreports.qt.io/browse/QTBUG-120435
126
129
# otherwise we can't hotreload files in app when there is "import app" in the qml file.
0 commit comments