1
############################################################
2
# Project file for autotest for file qtoolbutton.h
3
4
5
load(qttest_p4)
6
7
SOURCES += tst_qtoolbutton.cpp
8
contains(QT_CONFIG, qt3support): QT += qt3support
9
10
11