Don't include the UseQt4 file.

This way we don't needlessly add each Qt module to the include paths.
This commit is contained in:
Felix Geyer
2011-11-20 10:12:49 +01:00
parent 5df933be25
commit b840b5de6d
2 changed files with 9 additions and 5 deletions

View File

@@ -16,6 +16,8 @@
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_SOURCE_DIR}/src)
add_definitions(-DQT_TEST_LIB)
set( KEEPASSX_TEST_TREE ${CMAKE_SOURCE_DIR}/tests )
configure_file( config-keepassx-tests.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-keepassx-tests.h )