diff options
| author | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-09 20:32:11 +0800 |
|---|---|---|
| committer | Erik Prabowo Kamal <erik@darapsa.org> | 2025-12-09 20:32:11 +0800 |
| commit | 54357cfb6648b6d129d75d0a77f135028c7160fe (patch) | |
| tree | fa8ff404b5cbc02b926f891fc6e99d462fb01a96 /qootstrap.pro | |
| parent | 765fc04a928bfdc8845b38a52fd04e59a295107d (diff) | |
Update the project & QML files to be Qt6 compatible
https://doc.qt.io/qt-6/qtquickcontrols-changes-qt6.html#changes-to-applicationwindow
Diffstat (limited to 'qootstrap.pro')
| -rw-r--r-- | qootstrap.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 += \ |