summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/activeqt/activeqt.pro2
-rw-r--r--examples/activeqt/webbrowser/webbrowser.pro2
2 files changed, 1 insertions, 3 deletions
diff --git a/examples/activeqt/activeqt.pro b/examples/activeqt/activeqt.pro
index 79d257a..9acb71b 100644
--- a/examples/activeqt/activeqt.pro
+++ b/examples/activeqt/activeqt.pro
@@ -4,9 +4,9 @@ SUBDIRS += comapp \
menus \
multiple \
simple \
- webbrowser \
wrapper
+contains(QT_CONFIG, shared):SUBDIRS += webbrowser
contains(QT_CONFIG, opengl):SUBDIRS += opengl
# For now only the contain examples with mingw, for the others you need
diff --git a/examples/activeqt/webbrowser/webbrowser.pro b/examples/activeqt/webbrowser/webbrowser.pro
index 859f62a..915c7ca 100644
--- a/examples/activeqt/webbrowser/webbrowser.pro
+++ b/examples/activeqt/webbrowser/webbrowser.pro
@@ -3,8 +3,6 @@ TEMPLATE = app
CONFIG += qaxcontainer
QT += widgets
-QTDIR_build:REQUIRES = shared
-
HEADERS = webaxwidget.h
SOURCES = main.cpp
FORMS = mainwindow.ui