-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDlib.pri
53 lines (44 loc) · 2.07 KB
/
Dlib.pri
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
#-------------------------------------------------
#
# DLib - Version: 17-05-2016 (Danny Petschke)
#
#-------------------------------------------------
DEFINES += DLIB_VERSION_1_0_2
QT += core gui xml svg
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
HEADERS += DLib.h\
DLib/DTypes/defines.h\
DLib/DTypes/types.h\
DLib/DXML/simplexml.h\
DLib/DGUI/svgbutton.h\
DLib/DGUI/slider.h\
DLib/DGUI/verticalrangedoubleslider.h\
DLib/DGUI/horizontalrangedoubleslider.h\
DLib/DGUI/mathconsoletextbox.h\
DLib/DPlot/plot2DXWidget.h\
DLib/DPlot/plot2DXCurve.h\
DLib/DPlot/plot2DXAxis.h\
DLib/DPlot/plot2DXCanvas.h\
DLib/DThirdParty/Crypt/tinyaes.h\
DLib/DThirdParty/MedianFilter/medflt.h\
DLib/DMath/constantexplanations.h\
DLib/DMath/dmedianfilter.h\
SOURCES += DLib/DTypes/defines.cpp\
DLib/DTypes/types.cpp\
DLib/DXML/simplexml.cpp\
DLib/DGUI/svgbutton.cpp\
DLib/DGUI/slider.cpp\
DLib/DGUI/verticalrangedoubleslider.cpp\
DLib/DGUI/horizontalrangedoubleslider.cpp\
DLib/DGUI/mathconsoletextbox.cpp\
DLib/DPlot/plot2DXWidget.cpp\
DLib/DPlot/plot2DXCurve.cpp\
DLib/DPlot/plot2DXAxis.cpp\
DLib/DPlot/plot2DXCanvas.cpp\
DLib/DThirdParty/Crypt/tinyaes.cpp\
DLib/DMath/constantexplanations.cpp\
DLib/DMath/dmedianfilter.cpp\
FORMS += DLib/DGUI/horizontalrangedoubleslider.ui\
DLib/DGUI/verticalrangedoubleslider.ui\
RESOURCES += DLib/DResources/res.qrc