51e501fa8d
Change-Id: I1955320e7639760b4383a53f37a506c8055933ef Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
17 lines
293 B
Prolog
17 lines
293 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# 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
|