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

# runtime environment
LIBS += -L ../../lib -lqt-mimetypes


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\\\"\"