Revert "Replace CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS by generate_export_header"

This reverts commit 0f47fe1e80.
This commit is contained in:
Martin Delille 2023-01-30 19:08:17 +01:00
parent 0f47fe1e80
commit 8b3cf90cca
No known key found for this signature in database
GPG Key ID: C073D887B6E32DE5

View File

@ -1,5 +1,7 @@
project(QtAwesome)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
add_library(QtAwesome
QtAwesome.cpp
QtAwesomeAnim.cpp
@ -13,10 +15,3 @@ target_include_directories(QtAwesome
target_link_libraries(QtAwesome PUBLIC
Qt${QT_VERSION_MAJOR}::Widgets
)
include(GenerateExportHeader)
generate_export_header(QtAwesome
BASE_NAME
EXPORT_MACRO_NAME QTAWESOME_EXPORT
EXPORT_FILE_NAME QtAwesome_export.h
STATIC_DEFINE QTAWESOME_BUILT_AS_STATIC)