Move source files to src dir
This commit is contained in:
parent
7a8bdb0cca
commit
224f68c1b6
5 changed files with 4 additions and 4 deletions
|
@ -16,10 +16,10 @@ find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets)
|
||||||
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets)
|
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets)
|
||||||
|
|
||||||
set(PROJECT_SOURCES
|
set(PROJECT_SOURCES
|
||||||
main.cpp
|
src/main.cpp
|
||||||
mainwindow.cpp
|
src/mainwindow.cpp
|
||||||
mainwindow.h
|
src/mainwindow.h
|
||||||
mainwindow.ui
|
src/mainwindow.ui
|
||||||
)
|
)
|
||||||
|
|
||||||
if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
|
if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
|
||||||
|
|
Loading…
Add table
Reference in a new issue