mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Cleanup and replumb back to functional state
This commit is contained in:
committed by
Jonathan White
parent
9e2be34897
commit
b96b86bfa7
@@ -99,7 +99,12 @@ set(TEST_LIBRARIES
|
||||
${GPGERROR_LIBRARIES}
|
||||
${ZLIB_LIBRARIES})
|
||||
|
||||
set(testsupport_SOURCES TestGlobal.h modeltest.cpp FailDevice.cpp mock/MockClock.cpp util/TemporaryFile.cpp stub/TestRandom.cpp)
|
||||
set(testsupport_SOURCES
|
||||
modeltest.cpp
|
||||
FailDevice.cpp
|
||||
mock/MockClock.cpp
|
||||
util/TemporaryFile.cpp
|
||||
stub/TestRandom.cpp)
|
||||
add_library(testsupport STATIC ${testsupport_SOURCES})
|
||||
target_link_libraries(testsupport Qt5::Core Qt5::Concurrent Qt5::Widgets Qt5::Test)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user