diff options
| author | Kai Köhne <[email protected]> | 2021-12-08 17:25:35 +0100 |
|---|---|---|
| committer | Kai Koehne <[email protected]> | 2021-12-13 14:16:26 +0000 |
| commit | 80a76df1784a135fa1d86ac88f8c4d2dc6bf8c35 (patch) | |
| tree | 5928602422ca953e6bbbdc51e72d0d3c68568b0d /examples/xml/htmlinfo | |
| parent | 51f22a3a0495d8418a5d6dd0f09771c0347441b9 (diff) | |
Examples: Fix whitespace issues in CMakeLists.txt
Pick-to: 6.3
Change-Id: I8e6dd1f250f8be6016ee4164cb2ab7034cbb1203
Reviewed-by: Alexandru Croitor <[email protected]>
Diffstat (limited to 'examples/xml/htmlinfo')
| -rw-r--r-- | examples/xml/htmlinfo/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/xml/htmlinfo/CMakeLists.txt b/examples/xml/htmlinfo/CMakeLists.txt index 55b1af2105a..d07443c2cc6 100644 --- a/examples/xml/htmlinfo/CMakeLists.txt +++ b/examples/xml/htmlinfo/CMakeLists.txt @@ -8,7 +8,7 @@ set(CMAKE_AUTORCC ON) set(CMAKE_AUTOUIC ON) if(NOT DEFINED INSTALL_EXAMPLESDIR) - set(INSTALL_EXAMPLESDIR "examples") + set(INSTALL_EXAMPLESDIR "examples") endif() set(INSTALL_EXAMPLEDIR "${INSTALL_EXAMPLESDIR}/xml/htmlinfo") @@ -18,15 +18,16 @@ find_package(Qt6 REQUIRED COMPONENTS Core) qt_add_executable(htmlinfo main.cpp ) + set_target_properties(htmlinfo PROPERTIES WIN32_EXECUTABLE FALSE MACOSX_BUNDLE FALSE ) + target_link_libraries(htmlinfo PUBLIC Qt::Core ) - # Resources: set(resources_resource_files "apache_org.html" |
