2011-04-27 10:05:43 +00:00
|
|
|
############################################################
|
|
|
|
# Project file for autotest for file qfiledialog.h
|
|
|
|
############################################################
|
|
|
|
|
2011-10-25 04:24:31 +00:00
|
|
|
CONFIG += testcase
|
|
|
|
TARGET = tst_qfiledialog
|
|
|
|
QT += widgets widgets-private testlib
|
2011-05-16 14:59:05 +00:00
|
|
|
QT += core-private gui-private
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qfiledialog.cpp
|
|
|
|
|
2016-03-08 14:51:15 +00:00
|
|
|
DEFINES += SRCDIR=\\\"$$PWD/\\\"
|
2015-05-24 14:30:05 +00:00
|
|
|
|
|
|
|
linux*: CONFIG += insignificant_test # Crashes on different Linux distros
|