qt5base-lts/examples/widgets/painting/affine
Alexandru Croitor 638ac41293 CMake: Fix painting examples to build as standalone projects
The examples use an intermediate object library to avoid duplicate
file compilation. The examples worked when built as part of Qt
because the shared directory was always added, and Qt::OpenGL is
available implicitly.

Change each project to add_subdirectory(../shared) if the object
library is not available, thus making the examples build as standalone
projects.

Call find_package inside the shared project, to ensure the Qt packages
are found.

Create an alias called 'painting_shared::painting_shared' and link
against that to ensure that any failure is caught at configure time
rather than build time.

Adapt the pathstroke example to use the object library.

Comment out the code for the OpenGL scopes, because it's handled
by the object library.

Make sure the OpenGL dependency is public.
Make sure to run moc and compile the OpenGL specific files as well.

Task-number: QTBUG-87444
Change-Id: Ib0ecb68948581c5267ca04f19d8043fa44ff3d54
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2020-10-27 19:26:45 +01:00
..
.prev_CMakeLists.txt CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-27 12:49:39 +01:00
affine.pro Move arthurwidget based examples to new QOpenGL classes 2018-10-17 09:16:01 +00:00
affine.qrc Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
bg1.jpg Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00
CMakeLists.txt CMake: Fix painting examples to build as standalone projects 2020-10-27 19:26:45 +01:00
main.cpp Examples: enable HighDPI scaling for examples on Android 2020-03-03 19:35:11 +02:00
xform.cpp Examples: add scrollbar to allow viewing all options on Android 2020-03-03 19:35:46 +02:00
xform.h Convert features.wheelevent to QT_CONFIG 2017-06-28 16:15:09 +00:00
xform.html Moving .qdoc files under examples/widgets/doc 2012-08-20 12:20:55 +02:00