mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2024-11-15 13:35:44 +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}
|
add_library(${PROJECT_NAME}
|
||||||
QtAwesome.cpp
|
QtAwesome.cpp
|
||||||
QtAwesomeAnim.cpp
|
QtAwesomeAnim.cpp
|
||||||
QtAwesome.qrc
|
QtAwesomeFree.qrc
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(${PROJECT_NAME}
|
target_include_directories(${PROJECT_NAME}
|
||||||
|
@ -10,7 +10,10 @@ set(CMAKE_AUTORCC ON)
|
|||||||
|
|
||||||
add_subdirectory(../QtAwesome QtAwesome)
|
add_subdirectory(../QtAwesome QtAwesome)
|
||||||
|
|
||||||
add_executable(${PROJECT_NAME} main.cpp)
|
add_executable(${PROJECT_NAME}
|
||||||
|
mainwindow.cpp
|
||||||
|
main.cpp
|
||||||
|
)
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
PUBLIC QtAwesome
|
PUBLIC QtAwesome
|
||||||
|
Loading…
Reference in New Issue
Block a user