Move source to src folder

This commit is contained in:
Spiros
2024-06-13 19:08:32 +03:00
parent c267ce1ef2
commit ddbebe64a5
14 changed files with 11 additions and 11 deletions

View File

@@ -14,17 +14,17 @@ set(QT_VERSION_MAJOR 6)
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets)
set(PROJECT_SOURCES
main.cpp
mainwindow.cpp
mainwindow.h
mainwindow.ui
custombutton.h
custombutton.cpp
statusdot.h
statusdot.cpp
jsonparser.h
jsonparser.cpp
resources.qrc
src/main.cpp
src/mainwindow.cpp
src/mainwindow.h
src/mainwindow.ui
src/custombutton.h
src/custombutton.cpp
src/statusdot.h
src/statusdot.cpp
src/jsonparser.h
src/jsonparser.cpp
src/resources.qrc
)
qt_add_executable(KDiskInfo