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