-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCamera.pro
More file actions
36 lines (24 loc) · 806 Bytes
/
Copy pathCamera.pro
File metadata and controls
36 lines (24 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#-------------------------------------------------
#
# Project created by QtCreator 2016-04-11T21:57:25
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = camera
TEMPLATE = app
SOURCES += main.cpp\
camera.cpp \
imageconvert.cpp \
color.c
HEADERS += camera.h \
common.h \
imageconvert.h \
color.h
FORMS += camera.ui
INCLUDEPATH += ./include
# -I/home/larrychen/qtworkspace/qtmycamera/Camera/include
#------------------For ARM--------------------------------
#LIBS += -L/home/larrychen/qtworkspace/qtmycamera/Camera/lib_ARM -lcolor \
#------------------For X86--------------------------------
#LIBS += -L/home/larrychen/qtworkspace/qtmycamera/Camera/lib_X86 -lcolor