summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-8933/qtbug-8933.pro
blob: 0d8bfcc797a4d1c4a72ea02617d41b1b76ef20fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#-------------------------------------------------
#
# Project created by QtCreator 2010-03-16T14:40:16
#
#-------------------------------------------------

TARGET = qtbug-8933
TEMPLATE = app
QT += widgets

SOURCES += main.cpp\
        widget.cpp

HEADERS  += widget.h

FORMS    += widget.ui
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0