diff -r 31756e21c436 -r 57e99c908e7c QTfrontend/CMakeLists.txt --- a/QTfrontend/CMakeLists.txt Sun Jul 12 19:12:08 2009 +0000 +++ b/QTfrontend/CMakeLists.txt Tue Jul 14 20:02:07 2009 +0000 @@ -137,6 +137,12 @@ bgwidget.h ) +if(APPLE) +find_package(Sparkle REQUIRED) +set(hwfr_src ${hwfr_src} AutoUpdater.cpp CocoaInitializer.mm SparkleAutoUpdater.mm) +#set(hwfr_moc_hdrs ${hwfr_moc_hdrs} AutoUpdater.h CocoaInitializer.h SparkleAutoUpdater.h) +endif(APPLE) + set(hwfr_hdrs binds.h ui_hwform.h @@ -183,6 +189,7 @@ ${OGG_LIBRARY} ${VORBIS_LIBRARY} ${HW_LINK_LIBS} + ${SPARKLE_LIBRARY} ) endif(APPLE)