Compare commits

...

2 Commits

Author SHA1 Message Date
Mentalflow 03ba6136ff
CMakeLists: Add the missing files. 2024-05-08 16:40:56 +08:00
Mentalflow 02e208e4bd
Project: Bump to 1.0.4. 2024-05-08 14:53:05 +08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.16) cmake_minimum_required(VERSION 3.16)
project(RibbonUI_Project VERSION 1.0.3 LANGUAGES CXX) project(RibbonUI_Project VERSION 1.0.4 LANGUAGES CXX)
find_package(Qt6 REQUIRED COMPONENTS Core) find_package(Qt6 REQUIRED COMPONENTS Core)
set(QT_SDK_DIR ${Qt6_DIR}/../../..) set(QT_SDK_DIR ${Qt6_DIR}/../../..)

View File

@ -56,7 +56,7 @@ set(
qml/RibbonPopupDialog.qml qml/RibbonLineEdit.qml qml/RibbonTextEdit.qml qml/RibbonPopupDialog.qml qml/RibbonLineEdit.qml qml/RibbonTextEdit.qml
qml/RibbonComboBox.qml qml/RibbonSpinBox.qml qml/RibbonScrollIndicator.qml qml/RibbonComboBox.qml qml/RibbonSpinBox.qml qml/RibbonScrollIndicator.qml
qml/RibbonScrollBar.qml qml/RibbonWindow.qml qml/RibbonMessage.qml qml/RibbonScrollBar.qml qml/RibbonWindow.qml qml/RibbonMessage.qml
qml/RibbonMessageListView.qml qml/RibbonMessageListView.qml qml/RibbonTour.qml qml/RibbonTourContent.qml
) )
set ( set (