diff options
author | Simo Fält <simo.falt@nokia.com> | 2011-09-23 11:56:23 (GMT) |
---|---|---|
committer | Simo Fält <simo.falt@nokia.com> | 2011-09-23 12:03:43 (GMT) |
commit | 6a8a3f7f8171bb56bc5ff5a5f503213180e6465f (patch) | |
tree | b48599d06403500217b41b2d1f30ef8353649fa9 /examples | |
parent | 43a5b8d0d50b2e71a6a76899b3989552dae288c0 (diff) | |
download | Qt-6a8a3f7f8171bb56bc5ff5a5f503213180e6465f.zip Qt-6a8a3f7f8171bb56bc5ff5a5f503213180e6465f.tar.gz Qt-6a8a3f7f8171bb56bc5ff5a5f503213180e6465f.tar.bz2 |
Disabled activeqt/webbrowser example from mingw build.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/activeqt/activeqt.pro | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/activeqt/activeqt.pro b/examples/activeqt/activeqt.pro index 79d257a..ad41a47 100644 --- a/examples/activeqt/activeqt.pro +++ b/examples/activeqt/activeqt.pro @@ -12,6 +12,9 @@ contains(QT_CONFIG, opengl):SUBDIRS += opengl # For now only the contain examples with mingw, for the others you need # an IDL compiler win32-g++*|wince*:SUBDIRS = webbrowser +# Due to build problems, active qt was disabled from mingw build, +# so we have to remove the only one left +win32-g++*:SUBDIRS = # install target.path = $$[QT_INSTALL_EXAMPLES]/activeqt |