qt5base-lts/tests/manual/qcursor/grab_override/grab_override.pro
Miikka Heikkinen f72cbc7ce4 Make QCursor manual tests compile on Qt5
These tests were not aware widgets had been split to different lib.

Change-Id: I58bde1304c876319a3cbb50f4d6a66e9f24b2886
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
2012-03-07 10:08:37 +01:00

19 lines
337 B
Prolog

#-------------------------------------------------
#
# Project created by QtCreator 2009-08-05T17:13:23
#
#-------------------------------------------------
TARGET = t_cursors
TEMPLATE = app
QT = core gui widgets
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
RESOURCES += images.qrc