These tests check that FileList only accepts existing files with accepted filename extensions.
16 lines
234 B
Prolog
16 lines
234 B
Prolog
TEMPLATE = app
|
|
TARGET = test-filelist
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += .
|
|
OBJECTS_DIR = ../build
|
|
MOC_DIR = ../build
|
|
|
|
include(../common.pri)
|
|
|
|
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
|
|
|
# tests
|
|
SOURCES += testfilelist.cpp
|
|
|
|
HEADERS += testfilelist.h
|