2017-11-15 23:34:50 +01:00
|
|
|
SOURCES += \
|
2020-07-28 01:04:15 +02:00
|
|
|
../common/themeselector.cpp \
|
2019-12-13 18:04:19 +01:00
|
|
|
tst_manual_widgets_crumblepath.cpp
|
2017-11-15 23:34:50 +01:00
|
|
|
|
2020-07-28 01:04:15 +02:00
|
|
|
HEADERS += \
|
|
|
|
|
../common/themeselector.h
|
|
|
|
|
|
2017-11-15 23:34:50 +01:00
|
|
|
RESOURCES += \
|
2020-07-28 01:04:15 +02:00
|
|
|
../common/themes.qrc
|
2017-11-15 23:34:50 +01:00
|
|
|
|
|
|
|
|
QTC_LIB_DEPENDS += \
|
|
|
|
|
utils
|
|
|
|
|
|
|
|
|
|
QTC_PLUGIN_DEPENDS += \
|
|
|
|
|
coreplugin
|
|
|
|
|
|
|
|
|
|
include(../../../auto/qttest.pri)
|