mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-29 14:25:23 -04:00
better windows support
This commit is contained in:
parent
f8166fa331
commit
8ff0df1491
5 changed files with 8 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
project(QZint)
|
||||
|
||||
include_directories(BEFORE ../backend )
|
||||
include_directories(BEFORE "${CMAKE_SOURCE_DIR}/backend" )
|
||||
|
||||
set(QZint_SRCS qzint.cpp)
|
||||
|
||||
|
@ -19,7 +19,7 @@ set_target_properties(QZint PROPERTIES VERSION ${ZINT_VERSION}
|
|||
|
||||
add_dependencies(QZint zint)
|
||||
|
||||
link_directories( "../backend" )
|
||||
link_directories( "${CMAKE_BINARY_DIR}/backend" )
|
||||
|
||||
target_link_libraries(QZint zint ${QT_QTGUI_LIBRARY}
|
||||
${QT_QTCORE_LIBRARY} )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue