diff options
author | Roberto Raggi <roberto.raggi@nokia.com> | 2010-02-12 10:28:51 (GMT) |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2010-02-12 10:28:51 (GMT) |
commit | 404a37854520ef8ab4defffa7dc6331bc776a660 (patch) | |
tree | d63a08483ca83e22ac3d1ce7715287209686a3ce /examples | |
parent | 62d585e8ec6c09406fa28f9edf29b56b2d67c739 (diff) | |
download | Qt-404a37854520ef8ab4defffa7dc6331bc776a660.zip Qt-404a37854520ef8ab4defffa7dc6331bc776a660.tar.gz Qt-404a37854520ef8ab4defffa7dc6331bc776a660.tar.bz2 |
Compile fix for OSX.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/declarative/plugins/plugins.pro | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/declarative/plugins/plugins.pro b/examples/declarative/plugins/plugins.pro index 4109eba..84ab8da 100644 --- a/examples/declarative/plugins/plugins.pro +++ b/examples/declarative/plugins/plugins.pro @@ -1,6 +1,7 @@ TEMPLATE = lib TARGET = qtimeexampleqmlplugin -CONFIG += qt plugin declarative +CONFIG += qt plugin +QT += declarative SOURCES += plugin.cpp |