diff --git a/examples/examples.pro b/examples/examples.pro index 79d8d14fce..052802b803 100644 --- a/examples/examples.pro +++ b/examples/examples.pro @@ -8,7 +8,6 @@ SUBDIRS = \ ipc \ json \ network \ - opengl \ qpa \ qtconcurrent \ qtestlib \ @@ -19,6 +18,8 @@ SUBDIRS = \ widgets \ xml +contains(QT_CONFIG, opengl): SUBDIRS += opengl + aggregate.files = aggregate/examples.pro aggregate.path = $$[QT_INSTALL_EXAMPLES] readme.files = README