2011-04-27 10:05:43 +00:00
|
|
|
############################################################
|
|
|
|
# Project file for autotest for file qprogressdialog.h
|
|
|
|
############################################################
|
|
|
|
|
2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qprogressdialog
|
|
|
|
QT += widgets testlib
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qprogressdialog.cpp
|
|
|
|
|
|
|
|
|