115d4fc8cc
Remove Windows CE-specific files, #ifdef sections for Q_OS_WINCE and wince .pro file clauses in library, examples and tests. Task-number: QTBUG-51673 Change-Id: I102745aaca9d9737f2108fe7618111743d5ae980 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
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
|