Subversion Repositories public

Compare Revisions

Ignore whitespace Rev 244 → Rev 245

/sportwatcher/trunk/src/CMakeLists.txt
8,6 → 8,7
managefile.cpp
progresswidget.cpp
settingswidget.cpp
sportwatcher.cpp
sportwatcherwidget.cpp
transform.cpp
wmsbase.cpp)
24,12 → 25,9
kde4_add_executable(sportwatcher ${sportwatcher_SRCS})
 
target_link_libraries(sportwatcher
${KDE4_KDECORE_LIBS}
${KDE4_KDEUI_LIBS}
${KDE4_KIO_LIBS}
${KDE4_KDE3SUPPORT_LIBS}
${QT_QTCORE_LIBRARY}
${QT_QTGUI_LIBRARY}
${QT_QT3SUPPORT_LIBRARY}
gdal1.5.0
usb
garmin
39,4 → 37,5
 
install(TARGETS sportwatcher ${INSTALL_TARGETS_DEFAULT_ARGS} )
install(FILES activity.png bike.png flag.png fullscreen.png glas_minus.png glas_plus.png glas.png hand.png history.png lap.png other.png run.png wstart.png wtarget.png DESTINATION ${DATA_INSTALL_DIR}/sportwatcher/pics )
install(FILES sportwatcherui.rc DESTINATION ${DATA_INSTALL_DIR}/sportwatcher)