1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-27 13:55:57 +00:00
This commit is contained in:
taipanromania
2008-10-09 09:55:18 +00:00
parent 608009b2a5
commit c4dbeced66
2 changed files with 4 additions and 31 deletions

View File

@@ -6,12 +6,6 @@ include_directories(BEFORE "${CMAKE_SOURCE_DIR}/backend" )
set(QZint_SRCS qzint.cpp)
QT4_WRAP_CPP(QZint_SRCS qzint.h)
#add_definitions (-DNO_QT_KEYWORDS)
# Uncomment the above line if you want to compile qzint without qt keywords
add_library(QZint SHARED ${QZint_SRCS})
set_target_properties(QZint PROPERTIES VERSION ${ZINT_VERSION}