qt5/src/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) New commits: commit 21808e203eed46e379954b58b7014998b3836573 Author: Albert Astals Cid <aa...@kde.org> Date: Mon Jun 17 00:03:45 2013 +0200
remove commented stuff diff --git a/qt5/src/CMakeLists.txt b/qt5/src/CMakeLists.txt index 30f2704..ad6e6fb 100644 --- a/qt5/src/CMakeLists.txt +++ b/qt5/src/CMakeLists.txt @@ -32,7 +32,6 @@ set(poppler_qt5_SRCS ${CMAKE_SOURCE_DIR}/poppler/ArthurOutputDev.cc ) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${Qt5Core_EXECUTABLE_COMPILE_FLAGS}") -# qt5_generate_moc(${poppler_qt5_SRCS}) add_library(poppler-qt5 SHARED ${poppler_qt5_SRCS}) set_target_properties(poppler-qt5 PROPERTIES VERSION 5.0.0 SOVERSION 5) target_link_libraries(poppler-qt5 poppler ${Qt5Core_LIBRARIES} ${Qt5Gui_LIBRARIES} ${Qt5Xml_LIBRARIES}) _______________________________________________ poppler mailing list poppler@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/poppler