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