aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mtexteditview/ut_mtexteditview.pro
blob: e885469f4bb6e19011d12d0a00bc805b3d11d28b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include(../common_top.pri)
TARGET = ut_mtexteditview

TEST_SOURCES = \

SOURCES += \
    ut_mtexteditview.cpp \
    $$TEST_SOURCES \
    $$STUBSDIR/stubbase.cpp \

HEADERS += \
    ut_mtexteditview.h \
#    $$STUBSDIR/mstyledescription_stub.h \
#    $$STUBSDIR/mstyle_stub.h \
#    $$STUBSDIR/mtheme_stub.h \
#    $$STUBSDIR/mwidgetcontroller_stub.h \
#    $$STUBSDIR/mwidget_stub.h \

include(../common_bot.pri)