mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-15 05:22:35 +02:00
Try adding ${QT_INCLUDES} to portfwd includes
This commit is contained in:
parent
864dc8d096
commit
f70183a0e9
2
thirdparty/libportfwd/CMakeLists.txt
vendored
2
thirdparty/libportfwd/CMakeLists.txt
vendored
@ -12,7 +12,7 @@ IF(WIN32)
|
||||
ELSE()
|
||||
ADD_DEFINITIONS(-fPIC)
|
||||
ENDIF()
|
||||
INCLUDE_DIRECTORIES(${MINIUPNP_DIR} include)
|
||||
INCLUDE_DIRECTORIES( ${MINIUPNP_DIR} include ${QT_INCLUDES} )
|
||||
SET( CMAKE_C_FLAGS ${CLEAN_C_FLAGS} )
|
||||
|
||||
ADD_DEFINITIONS( -DPORTFWDDLLEXPORT_PRO )
|
||||
|
Loading…
x
Reference in New Issue
Block a user