0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-19 20:02:18 +02:00

Clean up CMakeLists.txt.

This commit is contained in:
Felix Geyer 2011-11-20 11:02:17 +01:00
parent bc63d18f68
commit 9e56b33190

View File

@ -48,7 +48,6 @@ endif( APPLE OR MINGW )
if( WITH_TESTS )
enable_testing()
set(QT_USE_QTTEST TRUE)
endif( WITH_TESTS )
find_package(Qt4 4.6.0 REQUIRED QtCore QtGui QtTest)