summaryrefslogtreecommitdiffstats
path: root/tests/manual/qtbug-8933/qtbug-8933.pro
blob: 8b87c8346d0e48748af52774b6b8d0b4cb21166f (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


SOURCES += main.cpp\
        widget.cpp

HEADERS  += widget.h

FORMS    += widget.ui