cmakelists
This commit is contained in:
parent
8039f99e89
commit
d04c329766
6 changed files with 0 additions and 6 deletions
|
@ -38,7 +38,6 @@ add_library(rssguard-feedly SHARED ${SOURCES} ${QM_FILES})
|
||||||
target_compile_definitions(rssguard-feedly
|
target_compile_definitions(rssguard-feedly
|
||||||
PRIVATE
|
PRIVATE
|
||||||
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
||||||
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT FEEDLY_CLIENT_ID STREQUAL "" AND NOT FEEDLY_CLIENT_SECRET STREQUAL "")
|
if(NOT FEEDLY_CLIENT_ID STREQUAL "" AND NOT FEEDLY_CLIENT_SECRET STREQUAL "")
|
||||||
|
|
|
@ -57,7 +57,6 @@ add_library(rssguard-gmail SHARED ${SOURCES} ${QM_FILES})
|
||||||
target_compile_definitions(rssguard-gmail
|
target_compile_definitions(rssguard-gmail
|
||||||
PRIVATE
|
PRIVATE
|
||||||
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
||||||
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT GMAIL_CLIENT_ID STREQUAL "" AND NOT GMAIL_CLIENT_SECRET STREQUAL "")
|
if(NOT GMAIL_CLIENT_ID STREQUAL "" AND NOT GMAIL_CLIENT_SECRET STREQUAL "")
|
||||||
|
|
|
@ -45,7 +45,6 @@ add_library(rssguard-greader SHARED ${SOURCES} ${QM_FILES})
|
||||||
target_compile_definitions(rssguard-greader
|
target_compile_definitions(rssguard-greader
|
||||||
PRIVATE
|
PRIVATE
|
||||||
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
||||||
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(NOT INOREADER_CLIENT_ID STREQUAL "" AND NOT INOREADER_CLIENT_SECRET STREQUAL "")
|
if(NOT INOREADER_CLIENT_ID STREQUAL "" AND NOT INOREADER_CLIENT_SECRET STREQUAL "")
|
||||||
|
|
|
@ -37,7 +37,6 @@ add_library(rssguard-nextcloud SHARED ${SOURCES} ${QM_FILES})
|
||||||
target_compile_definitions(rssguard-nextcloud
|
target_compile_definitions(rssguard-nextcloud
|
||||||
PRIVATE
|
PRIVATE
|
||||||
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
||||||
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(rssguard-nextcloud
|
target_include_directories(rssguard-nextcloud
|
||||||
|
|
|
@ -79,7 +79,6 @@ add_library(rssguard-standard SHARED ${SOURCES} ${QM_FILES})
|
||||||
target_compile_definitions(rssguard-standard
|
target_compile_definitions(rssguard-standard
|
||||||
PRIVATE
|
PRIVATE
|
||||||
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
||||||
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(rssguard-standard
|
target_include_directories(rssguard-standard
|
||||||
|
|
|
@ -46,7 +46,6 @@ add_library(rssguard-ttrss SHARED ${SOURCES} ${QM_FILES})
|
||||||
target_compile_definitions(rssguard-ttrss
|
target_compile_definitions(rssguard-ttrss
|
||||||
PRIVATE
|
PRIVATE
|
||||||
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
RSSGUARD_DLLSPEC=Q_DECL_IMPORT
|
||||||
RSSGUARD_DLLSPEC_EXPORT=Q_DECL_EXPORT
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_include_directories(rssguard-ttrss
|
target_include_directories(rssguard-ttrss
|
||||||
|
|
Loading…
Add table
Reference in a new issue