## This file saves all the configuration of QTDCM compilation # This file is to be included from outside projects which uses QtM3d #path to binary dir of QTDCM set(QTDCM_BINARY_DIR "/mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/QtDCM") #path to library dir of QTDCM set(QTDCM_LIBRARY_DIR "/mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/QtDCM/lib") # all include dirs for QTDCM set(QTDCM_INCLUDE_DIRS "/mnt/storage/workspace/med-ubuntu-free/ExtProjs/QtDCM/src;/mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/QtDCM;/mnt/storage/workspace/med-ubuntu-free/build/ExtProjs/QtDCM/src") # The Vistal version number set(QTDCM_VERSION_MAJOR "2") set(QTDCM_VERSION_MINOR "1") set(QTDCM_VERSION_PATCH "2") # all QTDCM libs set(QTDCM_LIBRARIES "qtdcm") #set(DCMTK_INCLUDE_DIR "") #set(DCMTK_DIR "") #set(DCMTK_LIBRARIES "")