Move source files to src dir

This commit is contained in:
ItsDrike 2025-03-11 12:40:18 +01:00
parent 7a8bdb0cca
commit 224f68c1b6
Signed by: ItsDrike
GPG key ID: FA2745890B7048C0
5 changed files with 4 additions and 4 deletions

View file

@ -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)