mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Add suggestion from leo
This commit is contained in:
@@ -13,6 +13,8 @@ SET( QT_USE_QTNETWORK TRUE )
|
|||||||
SET( QT_USE_QTXML TRUE )
|
SET( QT_USE_QTXML TRUE )
|
||||||
SET( QT_USE_QTWEBKIT TRUE )
|
SET( QT_USE_QTWEBKIT TRUE )
|
||||||
|
|
||||||
|
add_definitions( -DQT_SHAREDPOINTER_TRACK_POINTERS )
|
||||||
|
|
||||||
INCLUDE( ${QT_USE_FILE} )
|
INCLUDE( ${QT_USE_FILE} )
|
||||||
INCLUDE( AddAppIconMacro )
|
INCLUDE( AddAppIconMacro )
|
||||||
|
|
||||||
|
@@ -11,6 +11,8 @@ include( ${QT_USE_FILE} )
|
|||||||
add_definitions( ${QT_DEFINITIONS} )
|
add_definitions( ${QT_DEFINITIONS} )
|
||||||
add_definitions( -DQT_SHARED )
|
add_definitions( -DQT_SHARED )
|
||||||
add_definitions( -DDLLEXPORT_PRO )
|
add_definitions( -DDLLEXPORT_PRO )
|
||||||
|
add_definitions( -DQT_SHAREDPOINTER_TRACK_POINTERS )
|
||||||
|
|
||||||
|
|
||||||
set( libGuiSources
|
set( libGuiSources
|
||||||
actioncollection.cpp
|
actioncollection.cpp
|
||||||
|
Reference in New Issue
Block a user