-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEdgeNightLaser.pro
48 lines (39 loc) · 919 Bytes
/
EdgeNightLaser.pro
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
37
38
39
40
41
42
43
44
45
46
47
48
#-------------------------------------------------
#
# Project created by QtCreator 2014-05-24T17:05:50
#
#-------------------------------------------------
QT += core gui
QT += network
#LIBS+=-L. -L../release/build/i386 -Wl,-rpath /usr/local/lib -llumax -lftd2xx -lpthread -ldl
QMAKE_CXXFLAGS+=-fpermissive
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = EdgeNightLaser
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
displayableobject.cpp \
screen.cpp \
line.cpp \
point.cpp \
circle.cpp \
rectangle.cpp \
client.cpp \
router.cpp \
calibrer.cpp \
parameters.cpp
HEADERS += mainwindow.h \
displayableobject.h \
screen.h \
line.h \
point.h \
circle.h \
rectangle.h \
const.h \
client.h \
router.h \
calibrer.h \
lumax.h \
parameters.h
FORMS += mainwindow.ui \
calibrer.ui