-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMarkCommander.pro
63 lines (39 loc) · 1.16 KB
/
MarkCommander.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
#-------------------------------------------------
#
# Project created by QtCreator 2011-03-16T22:14:07
#
#-------------------------------------------------
QT += core gui webkit
TARGET = MarkCommander
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
exception.cpp \
errorcodes.cpp \
terminal.cpp \
rhinolang.cpp \
cmdlineedit.cpp \
rhinoprog.cpp \
rhino_xr4.cpp \
matrix.cpp
HEADERS += \
rhino_xr4.hpp \
matrix.hpp \
cmdlineedit.hpp \
errorcodes.hpp \
exception.hpp \
mainwindow.hpp \
rhinolang.hpp \
rhinoprog.hpp \
terminal.hpp
FORMS += mainwindow.ui
RESOURCES += \
icons.qrc \
files.qrc
INCLUDEPATH += ../qextserialport/src
#LIBS += -L../qextserialport/src-build-desktop/build -lqextserialportd1
#LIBS += -L../qextserialport/src-build-desktop/build -lqextserialport1
#macx:LIBS += -L../qextserialport-build-desktop-Desktop_Qt_4_7_4_for_GCC__Qt_SDK__Debug/src/build -lqextserialportd
macx:LIBS += -L../qextserialport-build-desktop-Desktop_Qt_4_7_4_for_GCC__Qt_SDK__Release/src/build -lqextserialport
win32:RC_FILE = MarkCommander.rc
macx:ICON = appicon.icns