mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 23:26:40 +02:00
* Remove file copy in CMakeLists.txt.
This commit is contained in:
@@ -18,8 +18,3 @@ ADD_DEFINITIONS( ${QT_DEFINITIONS} )
|
|||||||
|
|
||||||
ADD_EXECUTABLE( CrashReporter ${crashreporter_SOURCES} ${crashreporter_HEADERS_MOC} ${crashreporter_UI_HEADERS} ${crashreporter_RC_RCC} )
|
ADD_EXECUTABLE( CrashReporter ${crashreporter_SOURCES} ${crashreporter_HEADERS_MOC} ${crashreporter_UI_HEADERS} ${crashreporter_RC_RCC} )
|
||||||
TARGET_LINK_LIBRARIES( CrashReporter ${QT_LIBRARIES} )
|
TARGET_LINK_LIBRARIES( CrashReporter ${QT_LIBRARIES} )
|
||||||
|
|
||||||
IF(APPLE)
|
|
||||||
FILE(COPY ${CMAKE_BINARY_DIR}/CrashReporter
|
|
||||||
DESTINATION "${CMAKE_BINARY_DIR}/tomahawk.app/Contents/MacOS")
|
|
||||||
ENDIF(APPLE)
|
|
||||||
|
Reference in New Issue
Block a user