Changed context buttons images
[situare] / tests / ui / tabbedpanel / tabbedpanel.pro
1 CONFIG += qtestlib
2 TEMPLATE = app
3 INCLUDEPATH += "../../../src"
4 SOURCES += \
5     testtabbedpanel.cpp \
6     ../../../src/ui/tabbedpanel.cpp \
7     ../../../src/ui/panelbar.cpp \
8     ../../../src/ui/panelcontentstack.cpp \
9     ../../../src/ui/paneltab.cpp \
10     ../../../src/ui/paneltabbar.cpp
11 HEADERS += \
12     ../../../src/ui/tabbedpanel.h \
13     ../../../src/ui/panelbar.h \
14     ../../../src/ui/panelcontentstack.h \
15     ../../../src/ui/paneltab.h \
16     ../../../src/ui/paneltabbar.h \
17     ../../../src/ui/panelcommon.h
18 RESOURCES += ../../../images.qrc
19 DEFINES += QT_NO_DEBUG_OUTPUT