-
Notifications
You must be signed in to change notification settings - Fork 12
/
SCLView.pro
77 lines (65 loc) · 2 KB
/
SCLView.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
#-------------------------------------------------
#
# Project created by QtCreator 2012-04-07T21:40:49
#
#-------------------------------------------------
QT += core gui opengl
TARGET = SCLView
TEMPLATE = app
STEPCODE_DIR = C:/prog/STEP/SCL0-5
STEPCODE_BUILD_DIR = C:/prog/STEP/SCL0-5/ap214e3
win32:LIBS += $${STEPCODE_BUILD_DIR}/bin/libsdai_AP214E3_2010.dll \
$${STEPCODE_BUILD_DIR}/bin/libstepcore.dll \
$${STEPCODE_BUILD_DIR}/bin/libstepdai.dll \
$${STEPCODE_BUILD_DIR}/bin/libsteputils.dll \
$${STEPCODE_BUILD_DIR}/bin/libexpress.dll \
$${STEPCODE_BUILD_DIR}/bin/libstepeditor.dll
INCLUDEPATH += $${STEPCODE_BUILD_DIR}/AP214E3_2010 \
$${STEPCODE_BUILD_DIR}/include \
$${STEPCODE_DIR}/include \
$${STEPCODE_DIR}/src/cleditor \
$${STEPCODE_DIR}/src/clutils \
$${STEPCODE_DIR}/src/clstepcore \
$${STEPCODE_DIR}/src/cldai
SOURCES += main.cpp\
MainWindow.cpp \
EntityDescriptorWidget.cpp \
manhattanstyle.cpp \
styleanimator.cpp \
expressg/ExpressGView.cpp \
expressg/ExpressGScene.cpp \
expressg/EntityItem.cpp \
expressg/TypeItem.cpp \
expressg/LinkItem.cpp \
expressg/ExpressgRectItem.cpp \
textView/ExpressViewDockWidget.cpp \
textView/ExpressTextEdit.cpp \
textView/ExpressSyntaxHighlighter.cpp \
SchemaTree.cpp \
NavigateCommand.cpp \
SchemaTreeDockWidget.cpp
HEADERS += MainWindow.h \
EntityDescriptorWidget.h \
manhattanstyle.h \
styleanimator.h \
expressg/ExpressGView.h \
expressg/ExpressGScene.h \
expressg/EntityItem.h \
expressg/TypeItem.h \
expressg/LinkItem.h \
expressg/ExpressgRectItem.h \
textView/ExpressViewDockWidget.h \
textView/ExpressTextEdit.h \
textView/ExpressSyntaxHighlighter.h \
SchemaTree.h \
NavigateCommand.h \
SchemaTreeDockWidget.h
FORMS += MainWindow.ui \
EntityDescriptorWidget.ui
RESOURCES += \
sclview.qrc
win32:CONFIG *= dll
win32 {
# Location libraries
LIB_DIR = C:/prog/STEP/SCL0-5/ap214e3/bin
}