From 276cfb18a680407ca39feaaf860d4c6ee6015213 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 1 Apr 2013 12:04:40 -0500 Subject: Fix quazip issues. --- quazip/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'quazip/CMakeLists.txt') diff --git a/quazip/CMakeLists.txt b/quazip/CMakeLists.txt index b245653f..b5a391e9 100644 --- a/quazip/CMakeLists.txt +++ b/quazip/CMakeLists.txt @@ -1,3 +1,5 @@ +project(quazip) + # set all include directories for in and out of source builds include_directories( ${CMAKE_CURRENT_SOURCE_DIR} @@ -11,8 +13,8 @@ include_directories( file(GLOB SRCS "*.c" "*.cpp") file(GLOB PUBLIC_HEADERS "*.h") -# Must be added to enable export macro -ADD_DEFINITIONS(-DQUAZIP_BUILD) +# Static link! +ADD_DEFINITIONS(-DQUAZIP_STATIC) #qt5_wrap_cpp(MOC_SRCS ${PUBLIC_HEADERS}) #set(SRCS ${SRCS} ${MOC_SRCS}) -- cgit v1.2.3