qt5base-lts/tests/manual/qcursor/grab_override/grab_override.pro
Oswald Buddenhagen 33c5df2887 decruft project files
the "generated by qt creator" header is not supposed to be checked in.

Change-Id: I7626c0bd16f83d81b3facd216a04e7d505942256
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
2016-05-10 11:12:04 +00:00

14 lines
221 B
Prolog

TARGET = t_cursors
TEMPLATE = app
QT = core gui widgets
SOURCES += main.cpp\
mainwindow.cpp
HEADERS += mainwindow.h
FORMS += mainwindow.ui
RESOURCES += images.qrc
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0