## This file saves all the configuration of QTDCM compilation # This file is to be included from outside projects which uses QtDcm # The QTDCM version number set(QTDCM_VERSION_MAJOR "2") set(QTDCM_VERSION_MINOR "1") set(QTDCM_VERSION_PATCH "2") # all include dirs pour QTDCM set(QTDCM_INCLUDE_DIRS "/mnt/storage/workspace/med-ubuntu-free/ExtProjs/include") # all QTDCM libs set(QTDCM_LIBRARIES "qtdcm") #path to cmake files of QTDCM include("/mnt/storage/workspace/med-ubuntu-free/ExtProjs/lib/cmake/qtdcm-2.1/QTDCMDepends.cmake")