]> Creatis software - FrontAlgorithms.git/blob - cmake/Qt4Tools.cmake
...
[FrontAlgorithms.git] / cmake / Qt4Tools.cmake
1 ## ==================================================
2 ## == Find Qt4 and check if it was well configured ==
3 ## ==================================================
4
5 SET(QT4_FOUND "0")
6 IF(USE_QT4)
7   FIND_PACKAGE(Qt4 REQUIRED)
8   INCLUDE(${QT_USE_FILE})
9   SET(QT4_FOUND "1")
10 ENDIF(USE_QT4)
11
12 ## eof - $RCSfile$