Skip to content

Commit

Permalink
Compile fix for tst_qquicktextinput.
Browse files Browse the repository at this point in the history
Change-Id: I96a64199bc7f7f03c52f6e67482ae0425805c4a1
Reviewed-by: Martin Jones <martin.jones@nokia.com>
  • Loading branch information
Michael Brasser authored and Qt by Nokia committed Nov 10, 2011
1 parent 6a1145d commit beba232
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -56,6 +56,10 @@
#include <QtOpenGL/QGLShaderProgram>
#include <math.h>

#ifdef Q_OS_MAC
#include <Carbon/Carbon.h>
#endif

#include "qplatformdefs.h"

Q_DECLARE_METATYPE(QQuickTextInput::SelectionMode)
Expand Down

0 comments on commit beba232

Please sign in to comment.