mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
Fix compile under windows
svn path=/trunk/kdesupport/qca/; revision=605347
This commit is contained in:
parent
dc3ccd0110
commit
03dee7f4af
@ -39,7 +39,7 @@ endif(APPLE)
|
||||
#SET( qca_HEADERS ${qca_HEADERS} support/dirwatch/dirwatch_p.h )
|
||||
|
||||
IF (WIN32)
|
||||
SET( moc_SOURCES ${moc_SOURCES} support/dirwatch//dirwatch_win.cpp )
|
||||
SET( moc_SOURCES ${moc_SOURCES} support/dirwatch//dirwatch_win.cpp )
|
||||
ENDIF(WIN32)
|
||||
|
||||
IF (UNIX)
|
||||
@ -61,6 +61,10 @@ ADD_DEFINITIONS(
|
||||
-DBOTAN_MP_WORD_BITS=32
|
||||
-DBOTAN_VECTOR_OVER_ALLOCATE=4
|
||||
)
|
||||
if(WIN32)
|
||||
ADD_DEFINITIONS( -DQCA_MAKEDLL )
|
||||
endif(WIN32)
|
||||
|
||||
|
||||
SET( botan_SOURCES
|
||||
${botan_BASE}/util.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user