aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mfiledatastore/ut_mfiledatastore.pro
blob: 95bf10320ffd86038ba8c7992fc0be9fa03b19e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
include(../common_top.pri)
TARGET = ut_mfiledatastore
INCLUDEPATH += $$MSRCDIR/mashup/appletcommunication $$MSRCDIR/mashup/appletinterface  $$MSRCDIR/mashup/mashup

SOURCES += \
    ut_mfiledatastore.cpp \

HEADERS += \
    ut_mfiledatastore.h \

include(../common_bot.pri)