b096982899
Change-Id: Id3fef4e66bd8f96c8f87dd94bbca216cc65f8489 Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
12 lines
352 B
Prolog
12 lines
352 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/\\\"
|