-
Notifications
You must be signed in to change notification settings - Fork 8
/
Robocut.pro
59 lines (54 loc) · 1.23 KB
/
Robocut.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
49
50
51
52
53
54
55
56
57
58
59
# -------------------------------------------------
# Project created by QtCreator 2010-10-03T18:21:30
# -------------------------------------------------
TARGET = robocut
VERSION = _1.0.10
TEMPLATE = app
INSTALLS += icon \
target
target.path = /usr/bin
icon.files += ./images/robocut.xpm
icon.path = /usr/share/pixmaps/
SOURCES += main.cpp \
MainWindow.cpp \
Plotter.cpp \
Common.cpp \
PathPaintEngine.cpp \
CutDialog.cpp \
CuttingDialog.cpp \
CuttingThread.cpp \
PathPaintPage.cpp \
PathSorter.cpp \
ProgramOptions.cpp
HEADERS += MainWindow.h \
Plotter.h \
NoCopy.h \
Common.h \
PathPaintEngine.h \
CutDialog.h \
CuttingDialog.h \
CuttingThread.h \
PathPaintPage.h \
PathSorter.h \
ProgramOptions.h
FORMS += MainWindow.ui \
CutDialog.ui \
CuttingDialog.ui
LIBS += -lusb-1.0
QT += svg
RESOURCES += \
resources.qrc
QMAKE_COPY += \
readme.txt \
install.txt \
changelog \
images/cap-blue.png \
images/cap-pen.png \
images/cap-red.png \
images/cap-yellow.png \
images/icon.png \
images/robocut.xpm \
images/robocut.xcf \
images/cap.xcf \
images/pen.xcf \
examples/letter_reg-marks.svg