aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mcombobox/ut_mcombobox.pro
blob: ee04b5f8daac186da00b7b74f65d19f088892c19 (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 \
    ../../src/views/mcomboboxview.cpp \
    ../../src/views/widgets/mcomboboxbutton.cpp \

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

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

include(../common_bot.pri)