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:
Andreas Fabri 2010-09-27 11:28:10 +00:00
parent 6b1e578377
commit 181646f64b
1 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,12 @@ find_package(CGAL COMPONENTS Qt4)
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)
include_directories (BEFORE ../../include)