Added first version of unit tests for PixMap
[situare] / tests / testui / testpixmap / testpixmap.pro
1 CONFIG += qtestlib
2 TEMPLATE = app
3 TARGET = 
4 DEPENDPATH += .
5 INCLUDEPATH += . \
6     ../../../src/
7
8 SOURCES += testpixmap.cpp \
9         ../../../src/ui/pixmap.cpp
10 HEADERS += ../../../src/ui/pixmap.h