mirror of
https://github.com/gamecreature/QtAwesome.git
synced 2025-12-18 12:44:35 +03:00
Fix missing files after merge
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user