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) 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
custombutton.h src/custombutton.h
custombutton.cpp src/custombutton.cpp
statusdot.h src/statusdot.h
statusdot.cpp src/statusdot.cpp
jsonparser.h src/jsonparser.h
jsonparser.cpp src/jsonparser.cpp
resources.qrc src/resources.qrc
) )
qt_add_executable(KDiskInfo qt_add_executable(KDiskInfo

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB