-
Notifications
You must be signed in to change notification settings - Fork 0
/
pg_filtrowanie.pro
45 lines (35 loc) · 1.02 KB
/
pg_filtrowanie.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
#-------------------------------------------------
#
# Project created by QtCreator 2014-03-17T13:24:07
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = pg_filtrowanie
TEMPLATE = app
QMAKE_CXXFLAGS += -std=c++0x
SOURCES += main.cpp\
MainWindow.cpp \
ImagesDialog.cpp \
FilterDialog.cpp \
ProcessingEngine.cpp
HEADERS += MainWindow.hpp \
ImagesDialog.hpp \
FilterDialog.hpp \
ProcessingEngine.hpp
FORMS += MainWindow.ui \
ImagesDialog.ui \
FilterDialog.ui
INCLUDEPATH += C:\\opencv-248\\opencv-build\\install\\include
#LIBS += -LC:\\opencv-248\\opencv-build\\install\\x86\\mingw\\bin \
#LIBS += -LC:\\opencv-248\\opencv-build\\bin \
LIBS += -LC:\\opencv-248\\opencv-build\\install\\x64\\mingw\\bin \
libopencv_core248 \
libopencv_highgui248 \
libopencv_imgproc248 \
libopencv_imgproc248 \
libopencv_features2d248 \
libopencv_calib3d248
OTHER_FILES +=
RESOURCES += \
icons.qrc