summaryrefslogtreecommitdiffstats
path: root/tests/manual/qcursor/allcursors/allcursors.pro
blob: c85ef861c2f26b97eb2b8c828a3c48d590539db9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------
#
# 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
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0