mirror of https://github.com/CGAL/cgal
Add some QT_USE_.. as this is the only difference I see to the Alpha shapes demo which finds Qt4 in the 3.8-I-39 testsuite
This commit is contained in:
parent
6b1e578377
commit
181646f64b
|
|
@ -15,6 +15,12 @@ find_package(CGAL COMPONENTS Qt4)
|
||||||
|
|
||||||
include(${CGAL_USE_FILE})
|
include(${CGAL_USE_FILE})
|
||||||
|
|
||||||
|
set( QT_USE_QTXML TRUE )
|
||||||
|
set( QT_USE_QTMAIN TRUE )
|
||||||
|
set( QT_USE_QTSCRIPT TRUE )
|
||||||
|
set( QT_USE_QTOPENGL TRUE )
|
||||||
|
|
||||||
|
|
||||||
find_package(Qt4)
|
find_package(Qt4)
|
||||||
|
|
||||||
include_directories (BEFORE ../../include)
|
include_directories (BEFORE ../../include)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue