Add missing qt_standard_project_setup to richtext/textedit example

This amends commit f562711c64.

Change-Id: Iedfb744aa827c7b246aa05eaadd6bc45639d7b61
Reviewed-by: Kai Köhne <kai.koehne@qt.io>
bb10
Joerg Bornemann 2022-11-21 09:08:29 +01:00
parent 683ed1e526
commit 23be657dda
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ find_package(Qt6
OPTIONAL_COMPONENTS PrintSupport
)
qt_standard_project_setup()
qt_add_executable(textedit
main.cpp
textedit.cpp textedit.h