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>
This commit is contained in:
Joerg Bornemann 2022-11-21 09:08:29 +01:00
parent 683ed1e526
commit 23be657dda

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