From 34c935ce1b1744f2f4505f1a77d15657efa3c3eb Mon Sep 17 00:00:00 2001 From: czyt1988 Date: Tue, 16 Jul 2024 00:24:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3MdiAreaWindowExample=E7=9A=84?= =?UTF-8?q?cmake=E5=9C=A8linux=E7=B3=BB=E7=BB=9F=E4=B8=8B=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E5=A4=A7=E5=B0=8F=E5=86=99=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=97=A0=E6=B3=95=E8=AF=86=E5=88=AB=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/example/MdiAreaWindowExample/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/example/MdiAreaWindowExample/CMakeLists.txt b/src/example/MdiAreaWindowExample/CMakeLists.txt index 0b19eae..c5614f0 100644 --- a/src/example/MdiAreaWindowExample/CMakeLists.txt +++ b/src/example/MdiAreaWindowExample/CMakeLists.txt @@ -8,8 +8,8 @@ find_package(QT NAMES Qt6 Qt5 COMPONENTS Core REQUIRED) find_package(Qt${QT_VERSION_MAJOR} 5.8 COMPONENTS Core Gui Widgets REQUIRED) add_executable(${SARIBBON_EXPAMPLE_NAME} WIN32 - MainWindow.h - MainWindow.cpp + mainWindow.h + mainWindow.cpp MainWindow.ui main.cpp icon.qrc