X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fvogleditor%2FCMakeLists.txt;h=cfccb7ee60c78787875d7d3f520bcc4f8695b8e4;hb=38bc71866f3985963881a74e69483ec2e0cb20d9;hp=bf2c3c66e3c0f2539db3c1cba96bc7c266d345d5;hpb=c3e6b8e41e67b2faf4475dc8f0ba2633f24b2b2f;p=vogl diff --git a/src/vogleditor/CMakeLists.txt b/src/vogleditor/CMakeLists.txt index bf2c3c6..cfccb7e 100644 --- a/src/vogleditor/CMakeLists.txt +++ b/src/vogleditor/CMakeLists.txt @@ -2,8 +2,9 @@ project(vogleditor) cmake_minimum_required(VERSION 2.8.9) include("${SRC_DIR}/build_options.cmake") -set (QT_QMAKE_EXECUTABLE "/usr/local/Trolltech/Qt-4.8.5/bin/qmake") find_package(Qt4 REQUIRED) +find_package(Threads REQUIRED) +find_package(X11 REQUIRED) include_directories( ${SRC_DIR} @@ -150,6 +151,8 @@ target_link_libraries(${PROJECT_NAME} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${TELEMETRY_LIBRARY} + ${CMAKE_THREAD_LIBS_INIT} + ${X11_X11_LIB} backtrace voglcommon voglcore