Generic button and testbench for it created.
[situare] / tests / ui / buttonitem / testbuttonitem.pro
diff --git a/tests/ui/buttonitem/testbuttonitem.pro b/tests/ui/buttonitem/testbuttonitem.pro
new file mode 100644 (file)
index 0000000..eb0fb80
--- /dev/null
@@ -0,0 +1,10 @@
+CONFIG += qtestlib
+TEMPLATE = app
+TARGET = buttonitem
+DEPENDPATH += .
+INCLUDEPATH += . \
+    ../../../src/
+
+SOURCES += testbuttonitem.cpp \
+       ../../../src/ui/buttonitem.cpp
+HEADERS += ../../../src/ui/buttonitem.h