Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 208301
Collapse All | Expand All

(-)smoke/qt/CMakeLists.txt.old (-8 / +8 lines)
Lines 1-6 Link Here
1
1
2
include(FindQScintilla)
2
include(FindQScintilla)
3
include(FindQwt5)
3
#include(FindQwt5)
4
4
5
include_directories( ${QT_INCLUDES}  ${CMAKE_CURRENT_SOURCE_DIR}/../ )
5
include_directories( ${QT_INCLUDES}  ${CMAKE_CURRENT_SOURCE_DIR}/../ )
6
6
Lines 13-25 Link Here
13
    message(STATUS "QScintilla not found, support disabled")
13
    message(STATUS "QScintilla not found, support disabled")
14
endif(QSCINTILLA_FOUND)
14
endif(QSCINTILLA_FOUND)
15
15
16
if(Qwt5_Qt4_FOUND)
16
#if(Qwt5_Qt4_FOUND)
17
    message(STATUS "Including Qwt5 support into smokeqt")
17
#    message(STATUS "Including Qwt5 support into smokeqt")
18
    include_directories( ${Qwt5_INCLUDE_DIR} )
18
#    include_directories( ${Qwt5_INCLUDE_DIR} )
19
    set(_smokeqt_optional_libs ${_smokeqt_optional_libs} ${Qwt5_Qt4_LIBRARY})
19
#    set(_smokeqt_optional_libs ${_smokeqt_optional_libs} ${Qwt5_Qt4_LIBRARY})
20
else(Qwt5_Qt4_FOUND)
20
#else(Qwt5_Qt4_FOUND)
21
    message(STATUS "Qwt5 not found, support disabled")
21
#    message(STATUS "Qwt5 not found, support disabled")
22
endif(Qwt5_Qt4_FOUND)
22
#endif(Qwt5_Qt4_FOUND)
23
23
24
IF(NOT PERL_FOUND)
24
IF(NOT PERL_FOUND)
25
    FIND_PACKAGE(PERL REQUIRED)
25
    FIND_PACKAGE(PERL REQUIRED)

Return to bug 208301