14 lines
427 B
Prolog
14 lines
427 B
Prolog
############################################################
|
|
# Project file for autotest for file qfiledialog.h
|
|
############################################################
|
|
|
|
CONFIG += testcase
|
|
TARGET = tst_qfiledialog
|
|
QT += widgets widgets-private testlib
|
|
QT += core-private gui-private
|
|
SOURCES += tst_qfiledialog.cpp
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
|
|
|
linux*: CONFIG += insignificant_test # Crashes on different Linux distros
|