summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-8933/qtbug-8933.pro
blob: 4600d47cac19cef012a61e5f02f1f7e895d8198e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#-------------------------------------------------
#
# 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