blob: 08528db9c7c1b12541620d37d4f45c6e5f0cae99 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
############################################################
# Project file for autotest for file q3progressdialog.h
############################################################
load(qttest_p4)
QT += qt3support
requires(contains(QT_CONFIG,qt3support))
SOURCES += tst_q3progressdialog.cpp
|