diff options
| author | Alexandru Croitor <[email protected]> | 2020-10-16 11:55:24 +0200 |
|---|---|---|
| committer | Alexandru Croitor <[email protected]> | 2020-10-19 11:51:47 +0200 |
| commit | 2ffbac7cb2f16ab350d203a12a86535772d1c578 (patch) | |
| tree | 6c75c04df8ddfdf9c466647858538ea9fa3b925b /examples/xml/htmlinfo | |
| parent | c3fee0d984e59cee3ab6d069011015dd850be98f (diff) | |
CMake: Regenerate examples to use qt_add_executable
Task-number: QTBUG-87661
Change-Id: I0dacfdc97a3fb7d88da85b67800f2c1b084d869b
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'examples/xml/htmlinfo')
| -rw-r--r-- | examples/xml/htmlinfo/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xml/htmlinfo/CMakeLists.txt b/examples/xml/htmlinfo/CMakeLists.txt index e2480ef1a04..d4676de3247 100644 --- a/examples/xml/htmlinfo/CMakeLists.txt +++ b/examples/xml/htmlinfo/CMakeLists.txt @@ -17,7 +17,7 @@ set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/xml/htmlinfo") find_package(Qt6 COMPONENTS Core) -add_executable(htmlinfo +qt_add_executable(htmlinfo main.cpp ) target_link_libraries(htmlinfo PUBLIC |
