From 860dcd0f71c48dc58719989625b1633ffea46bbf Mon Sep 17 00:00:00 2001 From: 020535 <020535@07accd87-1e0b-0410-939d-c05d8a058e03> Date: Thu, 11 Jun 2009 21:54:22 +0000 Subject: [PATCH] New filename. Cleaner, leaner git-svn-id: https://dilbert.hig.no/svn/student/020535/qopencamwidget/trunk@175 07accd87-1e0b-0410-939d-c05d8a058e03 --- qopencamviewer.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 qopencamviewer.pro diff --git a/qopencamviewer.pro b/qopencamviewer.pro new file mode 100644 index 0000000..60b14c1 --- /dev/null +++ b/qopencamviewer.pro @@ -0,0 +1,12 @@ +TEMPLATE = app +TARGET = qopencamviewer +DEPENDPATH += . +LIBS += -lcv -lhighgui + +SOURCES += main.cpp qopencamwidget.cpp view.cpp +HEADERS += qopencamwidget.h view.h + +dox.target = doc +dox.commands = doxygen Doxyfile +dox.depends = +QMAKE_EXTRA_UNIX_TARGETS += dox -- 2.39.2