Seems resources need to be linked directly in the binary.

This commit is contained in:
John Maguire 2010-03-01 02:49:47 +00:00
parent 269957e7ca
commit 42fd8c6f1e
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,6 @@ add_library(clementine_lib
${CLEMENTINE-SOURCES}
${CLEMENTINE-SOURCES-MOC}
${CLEMENTINE-SOURCES-UI}
${CLEMENTINE-SOURCES-RESOURCE}
)
target_link_libraries(clementine_lib
${QT_LIBRARIES}
@ -174,6 +173,7 @@ add_dependencies(clementine_lib qtsingleapplication qxt)
add_executable(clementine
MACOSX_BUNDLE
${CLEMENTINE-SOURCES-RESOURCE}
main.cpp
)
target_link_libraries(clementine clementine_lib)