blob: 5e0b7555d97985b97fa53ef7900a1fe7e9f5f267 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
######################################################################
# Automatically generated by qmake (1.07a) Sat Jun 17 12:35:16 2006
######################################################################
TEMPLATE = app
INCLUDEPATH += . ../../include ../../lib
CONFIG += debug
# Input
HEADERS += qv4l2.h general-tab.h
SOURCES += qv4l2.cpp general-tab.cpp ctrl-tab.cpp
LIBS += -lv4l2 -L../../lib
|