mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-13 20:41:58 +02:00
Add missing include directory to compile libportfwd with qt5
This commit is contained in:
parent
0af4b46c50
commit
1769c03d98
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 ${QT_INCLUDES} )
|
||||
INCLUDE_DIRECTORIES( ${MINIUPNP_DIR} include ${QT_INCLUDES} ${Qt5Core_INCLUDE_DIRS} )
|
||||
SET( CMAKE_C_FLAGS ${CLEAN_C_FLAGS} )
|
||||
|
||||
ADD_DEFINITIONS( -DPORTFWDDLLEXPORT_STATIC -DSTATICLIB )
|
||||
|
Loading…
x
Reference in New Issue
Block a user