From a059e4401168d89c0c5681e4e7341d36b5092af3 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Fri, 10 May 2013 14:01:52 -0700 Subject: [PATCH] resolve conflicts on merge with upstream master --- interface/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/CMakeLists.txt b/interface/CMakeLists.txt index 0a94380530..220713bc90 100644 --- a/interface/CMakeLists.txt +++ b/interface/CMakeLists.txt @@ -86,9 +86,6 @@ include_directories( ${LIBOVR_INCLUDE_DIRS} ) -find_package(Qt4 REQUIRED QtCore QtGui) -include(${QT_USE_FILE}) - target_link_libraries(${TARGET_NAME} ${QT_LIBRARIES} ${LIBOVR_LIBRARY}) if (APPLE)