mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 05:25:43 +08:00
Fix missing files after merge
This commit is contained in:
parent
27dbfdc849
commit
50b1d03794
@ -5,7 +5,7 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
|
||||
add_library(${PROJECT_NAME}
|
||||
QtAwesome.cpp
|
||||
QtAwesomeAnim.cpp
|
||||
QtAwesome.qrc
|
||||
QtAwesomeFree.qrc
|
||||
)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
|
@ -10,7 +10,10 @@ set(CMAKE_AUTORCC ON)
|
||||
|
||||
add_subdirectory(../QtAwesome QtAwesome)
|
||||
|
||||
add_executable(${PROJECT_NAME} main.cpp)
|
||||
add_executable(${PROJECT_NAME}
|
||||
mainwindow.cpp
|
||||
main.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PUBLIC QtAwesome
|
||||
|
Loading…
Reference in New Issue
Block a user