Set Qt to be a required package

This commit is contained in:
Matt Williams
2010-03-02 16:08:33 +00:00
parent e7522e23a8
commit 0db01213a7
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ MACRO(CREATE_TEST headerfile sourcefile executablename)
ENDMACRO(CREATE_TEST)
# Find the QTestLib stuff
FIND_PACKAGE(Qt4)
FIND_PACKAGE(Qt4 REQUIRED)
SET(QT_USE_QTTEST TRUE)
SET(QT_DONT_USE_QTGUI TRUE)
INCLUDE(${QT_USE_FILE})