Reorganize source files
This commit is contained in:
parent
a05332cc58
commit
e240cb1d4c
12 changed files with 13 additions and 1 deletions
|
@ -13,7 +13,19 @@ find_package(Qt5 COMPONENTS
|
|||
Concurrent
|
||||
REQUIRED)
|
||||
|
||||
add_executable(Redai main.cpp ArtConfigWindow.cpp ArtDetailWindow.h MainWindow.cpp MainWindow.h ArtModel.cpp ArtModel.h ArtDetailWindow.cpp ArtDetailWindow.h imagelabel.cpp imagelabel.h)
|
||||
add_executable(Redai)
|
||||
target_sources(Redai PRIVATE
|
||||
src/ArtConfigWindow.cpp
|
||||
src/ArtConfigWindow.h
|
||||
src/ArtDetailWindow.cpp
|
||||
src/ArtDetailWindow.h
|
||||
src/ArtModel.cpp
|
||||
src/ArtModel.h
|
||||
src/imagelabel.cpp
|
||||
src/imagelabel.h
|
||||
src/main.cpp
|
||||
src/MainWindow.cpp
|
||||
src/MainWindow.h)
|
||||
target_link_libraries(Redai
|
||||
Qt5::Core
|
||||
Qt5::Gui
|
||||
|
|
Loading…
Add table
Reference in a new issue