Disable poppler requirement if PDF support is disabled

Thanks to Francois Andriot for the patch!
pull/1/head
Slávek Banko 12 years ago
parent 2e575fef2b
commit 8104b62a19

@ -9,4 +9,6 @@
#
#################################################
add_subdirectory( poppler-tqt )
if( WITH_PDF )
add_subdirectory( poppler-tqt )
endif ( )

Loading…
Cancel
Save