summaryrefslogtreecommitdiffstats
path: root/unittests/declarative/tst_declarative_mimetypes.pro
blob: 300b030b022b07af1df261db3a4df120910590ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
TEMPLATE=app
TARGET=tst_declarative_mimetypes
#CONFIG += warn_on qmltestcase
QT += qmltest

# runtime environment
LIBS += -L../../src/mimetypes -lQtMimeTypes


API_DIR = ../..

INCLUDEPATH += $$API_DIR ..


SOURCES += $$API_DIR/unittests/declarative/tst_declarative_mimetypes.cpp


# this reads the QML files from the same directory as this pro file
DEFINES += QUICK_TEST_SOURCE_DIR=\"\\\"$$PWD\\\"\"