]> git.defcon.no Git - qopencamwidget/blob - qopencamviewer.pro
Updated structure of documentation. No need to include GDB includes and Qt Core/GUI...
[qopencamwidget] / qopencamviewer.pro
1 TEMPLATE = app
2 TARGET = qopencamviewer
3 DEPENDPATH += .
4 LIBS += -lcv -lhighgui
5
6 SOURCES += main.cpp qopencamwidget.cpp view.cpp
7 HEADERS += qopencamwidget.h view.h
8
9 dox.target = doc
10 dox.commands = doxygen Doxyfile
11 dox.depends =
12 QMAKE_EXTRA_UNIX_TARGETS += dox