cmakelists

This commit is contained in:
Martin Rotter 2024-03-20 11:14:59 +01:00 committed by martinrotter
parent 8039f99e89
commit d04c329766
6 changed files with 0 additions and 6 deletions

View file

@ -38,7 +38,6 @@ add_library(rssguard-feedly SHARED ${SOURCES} ${QM_FILES})
target_compile_definitions(rssguard-feedly
PRIVATE
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
)
if(NOT FEEDLY_CLIENT_ID STREQUAL "" AND NOT FEEDLY_CLIENT_SECRET STREQUAL "")

View file

@ -57,7 +57,6 @@ add_library(rssguard-gmail SHARED ${SOURCES} ${QM_FILES})
target_compile_definitions(rssguard-gmail
PRIVATE
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
)
if(NOT GMAIL_CLIENT_ID STREQUAL "" AND NOT GMAIL_CLIENT_SECRET STREQUAL "")

View file

@ -45,7 +45,6 @@ add_library(rssguard-greader SHARED ${SOURCES} ${QM_FILES})
target_compile_definitions(rssguard-greader
PRIVATE
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
)
if(NOT INOREADER_CLIENT_ID STREQUAL "" AND NOT INOREADER_CLIENT_SECRET STREQUAL "")

View file

@ -37,7 +37,6 @@ add_library(rssguard-nextcloud SHARED ${SOURCES} ${QM_FILES})
target_compile_definitions(rssguard-nextcloud
PRIVATE
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
)
target_include_directories(rssguard-nextcloud

View file

@ -79,7 +79,6 @@ add_library(rssguard-standard SHARED ${SOURCES} ${QM_FILES})
target_compile_definitions(rssguard-standard
PRIVATE
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
)
target_include_directories(rssguard-standard

View file

@ -46,7 +46,6 @@ add_library(rssguard-ttrss SHARED ${SOURCES} ${QM_FILES})
target_compile_definitions(rssguard-ttrss
PRIVATE
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
)
target_include_directories(rssguard-ttrss