1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 16:29:43 +01:00

Hopefully fix AddAppIconMacro inclusion problems for everyone

This commit is contained in:
Dominik Schmidt 2011-08-12 13:59:43 +02:00
parent bb1a06a636
commit dc34262445

View File

@ -14,7 +14,7 @@ SET( QT_USE_QTXML TRUE )
SET( QT_USE_QTWEBKIT TRUE )
INCLUDE( ${QT_USE_FILE} )
INCLUDE( ${CMAKE_MODULE_PATH}/AddAppIconMacro.cmake )
INCLUDE( ${CMAKE_SOURCE_DIR}/CMakeModules/AddAppIconMacro.cmake )
#SET( CMAKE_BUILD_TYPE "Release" )
SET( CMAKE_VERBOSE_MAKEFILE ON )