qt5base-lts/tests/manual/qcursor/allcursors/allcursors.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

17 lines
317 B
Prolog

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