forked from qt-creator/qt-creator
Instead of duplicating a couple of code lines and hardcoding the used theme, create a commonly used QComboBox as theme selector. The selected theme remains stored in the settings. Change-Id: I78f0d59a5594e7cc4f899656caaae1bb7caab385 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
18 lines
278 B
Prolog
18 lines
278 B
Prolog
SOURCES += \
|
|
../common/themeselector.cpp \
|
|
tst_manual_widgets_crumblepath.cpp
|
|
|
|
HEADERS += \
|
|
../common/themeselector.h
|
|
|
|
RESOURCES += \
|
|
../common/themes.qrc
|
|
|
|
QTC_LIB_DEPENDS += \
|
|
utils
|
|
|
|
QTC_PLUGIN_DEPENDS += \
|
|
coreplugin
|
|
|
|
include(../../../auto/qttest.pri)
|