From 54357cfb6648b6d129d75d0a77f135028c7160fe Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Tue, 9 Dec 2025 20:32:11 +0800 Subject: Update the project & QML files to be Qt6 compatible https://doc.qt.io/qt-6/qtquickcontrols-changes-qt6.html#changes-to-applicationwindow --- qootstrap.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qootstrap.pro') diff --git a/qootstrap.pro b/qootstrap.pro index 8bf06ce..b36c8ea 100644 --- a/qootstrap.pro +++ b/qootstrap.pro @@ -15,7 +15,7 @@ style.files = \ Label.qml \ Page.qml \ ToolBar.qml -style.path = $$[QT_INSTALL_QML]/QtQuick/Controls.2/$$QML_IMPORT_NAME +style.path = $$[QT_INSTALL_QML]/QtQuick/Controls/$$QML_IMPORT_NAME HEADERS += $${QML_IMPORT_NAME}.hxx SOURCES += \ -- cgit v1.2.3