[poppler] Branch 'qt5' - qt5/src

Albert Astals Cid aacid at kemper.freedesktop.org
Sun Jun 16 15:03:56 PDT 2013


 qt5/src/CMakeLists.txt |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 21808e203eed46e379954b58b7014998b3836573
Author: Albert Astals Cid <aacid at 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})


More information about the poppler mailing list