tst_QMessageLogger: rename helper main.cpp -> qlogging_helper.cpp

So it's easier to find in the IDE, as otherwise everything is
"main.cpp".

Change-Id: I8d4663c84603113376a1fffd2f78f87635f3310f
Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
This commit is contained in:
Thiago Macieira 2025-01-17 16:21:58 -08:00
parent 3e1707d430
commit 037f6be428
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ endif()
qt_internal_add_executable(qlogging_helper qt_internal_add_executable(qlogging_helper
NO_INSTALL NO_INSTALL
OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
SOURCES app/main.cpp SOURCES qlogging_helper.cpp
DEFINES QT_MESSAGELOGCONTEXT DEFINES QT_MESSAGELOGCONTEXT
LIBRARIES Qt::Core) LIBRARIES Qt::Core)

View File

@ -60,4 +60,4 @@ int main(int argc, char **argv)
return 0; return 0;
} }
#include "main.moc" #include "qlogging_helper.moc"