-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasicOccWidget.pro
More file actions
30 lines (22 loc) · 813 Bytes
/
basicOccWidget.pro
File metadata and controls
30 lines (22 loc) · 813 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
#-------------------------------------------------
#
# Project created by QtCreator 2016-04-09T17:16:46
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = basicOccWidget
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
occtwindow.cpp \
occview.cpp
HEADERS += mainwindow.h \
occtwindow.h \
occview.h
FORMS += mainwindow.ui
LIBS += -lTKernel -lPTKernel -lTKMath -lTKService -lTKV3d -lTKOpenGl \
-lTKBRep -lTKIGES -lTKSTL -lTKVRML -lTKSTEP -lTKSTEPAttr -lTKSTEP209 \
-lTKSTEPBase -lTKShapeSchema -lTKGeomBase -lTKGeomAlgo -lTKG3d -lTKG2d \
-lTKXSBase -lTKPShape -lTKShHealing -lTKHLR -lTKTopAlgo -lTKMesh -lTKPrim \
-lTKCDF -lTKBool -lTKBO -lTKFillet -lTKOffset \