diff options
author | Montel Laurent <laurent.montel@kdab.com> | 2012-12-05 11:43:14 +0100 |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2012-12-05 13:27:27 +0100 |
commit | 422b8dd24ec99caed2a22735f53ffbef110a35ad (patch) | |
tree | c1bb1d7f8b4c4ab833534cf256a19dbf01a37f84 /examples/widgets/widgets.pro | |
parent | 4d178743e496515566af740e9c2826a2cfe31874 (diff) | |
download | qtbase-422b8dd24ec99caed2a22735f53ffbef110a35ad.tar.gz |
Fix compile with -DQT_NO_DRAGANDDROP
Change-Id: Ic7b42ae164f913f270c8350c2de6ce35f0be8c2a
Reviewed-by: David Faure <david.faure@kdab.com>
Diffstat (limited to 'examples/widgets/widgets.pro')
-rw-r--r-- | examples/widgets/widgets.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/widgets/widgets.pro b/examples/widgets/widgets.pro index bdac0bde28..87054cff0d 100644 --- a/examples/widgets/widgets.pro +++ b/examples/widgets/widgets.pro @@ -20,3 +20,4 @@ SUBDIRS = \ widgets contains(DEFINES, QT_NO_CURSOR): SUBDIRS -= mainwindows +contains(DEFINES, QT_NO_DRAGANDDROP): SUBDIRS -= draganddrop |