1
0
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:
Dominik Schmidt 2011-05-23 02:00:49 +02:00
parent 864dc8d096
commit f70183a0e9

View File

@ -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 )