diff options
author | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-10-14 09:29:10 (GMT) |
---|---|---|
committer | Casper van Donderen <casper.vandonderen@nokia.com> | 2011-10-14 09:29:10 (GMT) |
commit | 2149ddf44417ca3e266a692501394d0f7be9674e (patch) | |
tree | 39958b4ba91a2c2d0dad1693748da9577b371734 /examples | |
parent | 895d9b6e1566f74748b4fd90c8a5811e0a22e0e8 (diff) | |
parent | 5514d98d412022311f42de50719da242aaa71490 (diff) | |
download | Qt-2149ddf44417ca3e266a692501394d0f7be9674e.zip Qt-2149ddf44417ca3e266a692501394d0f7be9674e.tar.gz Qt-2149ddf44417ca3e266a692501394d0f7be9674e.tar.bz2 |
Merge remote-tracking branch 'qt-doc-review/master'
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 |