mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Move modeltest to the front so it's always passed to the linker before Qt.
This commit is contained in:
@@ -120,10 +120,10 @@ add_unit_test(NAME testkeepass2writer SOURCES TestKeePass2Writer.cpp MOCS TestKe
|
||||
LIBS ${TEST_LIBRARIES})
|
||||
|
||||
add_unit_test(NAME testgroupmodel SOURCES TestGroupModel.cpp MOCS TestGroupModel.h
|
||||
LIBS ${TEST_LIBRARIES} modeltest)
|
||||
LIBS modeltest ${TEST_LIBRARIES})
|
||||
|
||||
add_unit_test(NAME testentrymodel SOURCES TestEntryModel.cpp MOCS TestEntryModel.h
|
||||
LIBS ${TEST_LIBRARIES} modeltest)
|
||||
LIBS modeltest ${TEST_LIBRARIES})
|
||||
|
||||
add_unit_test(NAME testcryptohash SOURCES TestCryptoHash.cpp MOCS TestCryptoHash.h
|
||||
LIBS ${TEST_LIBRARIES})
|
||||
|
||||
Reference in New Issue
Block a user