qt5base-lts/tests/manual/qcursor/grab_override/grab_override.pro
Friedemann Kleint 51e501fa8d Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.
Change-Id: I1955320e7639760b4383a53f37a506c8055933ef
Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
2015-09-01 16:57:46 +00: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