Compare commits
2 Commits
7f32cf62ec
...
03ba6136ff
Author | SHA1 | Date |
---|---|---|
|
03ba6136ff | |
|
02e208e4bd |
|
@ -1,6 +1,6 @@
|
|||
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)
|
||||
set(QT_SDK_DIR ${Qt6_DIR}/../../..)
|
||||
|
|
|
@ -56,7 +56,7 @@ set(
|
|||
qml/RibbonPopupDialog.qml qml/RibbonLineEdit.qml qml/RibbonTextEdit.qml
|
||||
qml/RibbonComboBox.qml qml/RibbonSpinBox.qml qml/RibbonScrollIndicator.qml
|
||||
qml/RibbonScrollBar.qml qml/RibbonWindow.qml qml/RibbonMessage.qml
|
||||
qml/RibbonMessageListView.qml
|
||||
qml/RibbonMessageListView.qml qml/RibbonTour.qml qml/RibbonTourContent.qml
|
||||
)
|
||||
|
||||
set (
|
||||
|
|
Loading…
Reference in New Issue