- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLaserpointerControl.pro
More file actions
Latest commit
38 lines (28 loc) · 738 Bytes
/
Copy pathLaserpointerControl.pro
File metadata and controls
38 lines (28 loc) · 738 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
37
38
#-------------------------------------------------
#
# Project created by QtCreator 2015-03-30T03:05:19
#
#-------------------------------------------------
QT += coreguiopengl serialport
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = LaserpointerControl
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp\
openglsimulation.cpp\
geometryengine.cpp\
laserpointer.cpp\
observedsubject.cpp\
observer.cpp\
uartinterface.cpp
HEADERS += mainwindow.h\
openglsimulation.h\
geometryengine.h\
laserpointer.h\
observedsubject.h\
observer.h\
uartinterface.h
FORMS += mainwindow.ui
RC_FILE = LaserpointerControl.rc
RESOURCES += \
resourcelist.qrc