mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #94: New directory structure
This commit is contained in:
@ -16,9 +16,9 @@
|
||||
# along with PDF4QT. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
if(PDF4QT_LINUX)
|
||||
set(PDF4QT_PLUGINS_DIR lib/pdf4qt)
|
||||
set(PDF4QT_PLUGINS_DIR ${PDF4QT_INSTALL_LIB_DIR}/pdf4qt)
|
||||
else()
|
||||
set(PDF4QT_PLUGINS_DIR bin/pdfplugins)
|
||||
set(PDF4QT_PLUGINS_DIR ${PDF4QT_INSTALL_LIB_DIR}/pdfplugins)
|
||||
endif()
|
||||
|
||||
add_subdirectory(AudioBookPlugin)
|
||||
|
Reference in New Issue
Block a user