CMake: make tst_qlogging depend on qlogging_helper
So that building tst_qlogging also builds qlogging_helper. Helps with local testing where you only build and run tst_qlogging instead of the whole repo. Change-Id: Ib36ff3e55e04794534d6cb7a23f243aae61d0005 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
afc8260359
commit
520b4d3ca6
@ -20,6 +20,8 @@ qt_internal_add_test(tst_qlogging SOURCES tst_qlogging.cpp
|
||||
HELPER_BINARY="${CMAKE_CURRENT_BINARY_DIR}/qlogging_helper"
|
||||
)
|
||||
|
||||
add_dependencies(tst_qlogging qlogging_helper)
|
||||
|
||||
qt_internal_add_test(tst_qmessagelogger SOURCES tst_qmessagelogger.cpp
|
||||
DEFINES
|
||||
QT_MESSAGELOGCONTEXT
|
||||
|
Loading…
Reference in New Issue
Block a user