##---------------------------------------------------------------------------## ## radixplot/cmake/Dependencies.cmake ## Jordan P. Lefebvre ## Tuesday May 31 12:57:18 2016 ##---------------------------------------------------------------------------## IF(NOT USE_QT5) SET(USE_QT4 ON) ENDIF() IF(USE_QT4) SET(QT_PACKAGES QT) ELSE() SET(QT_PACKAGES Qt5Widgets Qt5Core) ENDIF() TRIBITS_PACKAGE_DEFINE_DEPENDENCIES( LIB_REQUIRED_PACKAGES QtSolutions QCustomPlot LIB_REQUIRED_TPLS ${QT_PACKAGES} ) ##---------------------------------------------------------------------------## ## end of radixplot/cmake/Dependencies.cmake ##---------------------------------------------------------------------------##