aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mcombobox/ut_mcombobox.pro
blob: 50ee49828adac57f7fb36a4f9c5386ac70c5fb1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

include(../common_top.pri)
TARGET = ut_mcombobox

# unit

# unit test and unit
SOURCES += \
    ut_mcombobox.cpp \
    $$MSRCDIR/views/mcomboboxview.cpp \
    $$MSRCDIR/views/widgets/mcomboboxbutton.cpp \

# unit test and unit
HEADERS += \
    ut_mcombobox.h

INCLUDEPATH += \
    $$MSRCDIR/corelib/widgets \
    $$MSRCDIR/views \
    $$MSRCDIR/views/widgets \
    ../../src/views/.moc \

include(../common_bot.pri)