Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
MPIBR-tushevg committed Dec 20, 2018
1 parent 85f0c6b commit 0b671f0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 923 deletions.
45 changes: 9 additions & 36 deletions BrainATUMtome/BrainATUMtome.pro
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#-------------------------------------------------
#
# Project created by QtCreator 2018-06-19T12:10:34
# Project created by QtCreator 2018-12-20T16:02:34
#
#-------------------------------------------------

QT += core gui serialport
QT += core gui

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

Expand All @@ -22,46 +22,19 @@ DEFINES += QT_DEPRECATED_WARNINGS
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0

CONFIG += c++11

SOURCES += \
main.cpp \
mainwindow.cpp \
driverepos.cpp \
driverserialport.cpp \
driversyringe.cpp \
drivermicrotome.cpp \
videoproducer.cpp \
videoconverter.cpp \
videoviewer.cpp \
videowriter.cpp \
loggerevents.cpp
mainwindow.cpp

HEADERS += \
mainwindow.h \
driverepos.h \
driverserialport.h \
driversyringe.h \
drivermicrotome.h \
videoproducer.h \
videoconverter.h \
videoviewer.h \
videowriter.h \
loggerevents.h
mainwindow.h

FORMS += \
mainwindow.ui


win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../libs/opencv/lib/ -lopencv_world340
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../libs/opencv/lib/ -lopencv_world340d

INCLUDEPATH += $$PWD/../libs/opencv/include
DEPENDPATH += $$PWD/../libs/opencv/include



win32: LIBS += -L$$PWD/../libs/epos/lib/ -lEposCmd64

INCLUDEPATH += $$PWD/../libs/epos/include
DEPENDPATH += $$PWD/../libs/epos/include

# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
Loading

0 comments on commit 0b671f0

Please sign in to comment.