Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
#-------------------------------------------------
#
# Project created by QtCreator 2015-12-18T17:18:05
#
#-------------------------------------------------
QT += core gui network widgets
DEFINES += _ENABLE_LOG=1
CONFIG += c++14
CONFIG(release, debug|release):DEFINES += QT_NO_DEBUG_OUTPUT _ENABLE_DEBUG=0
CONFIG(debug, debug|release):DEFINES += _ENABLE_DEBUG=1
LIBS += -lisis_core -lisis_adapter_qt5 -lboost_system
TARGET = orthanc-qt
TEMPLATE = app
SOURCES += main.cpp\
maindlg.cpp \
orthancaccess.cpp \
resource.cpp \
resourcebrowserview.cpp \
orthancitem.cpp \
downloaddlg.cpp \
imageitem.cpp \
loader.cpp
HEADERS += maindlg.hpp \
orthancaccess.hpp \
resource.hpp \
resourcebrowserview.hpp \
orthancitem.hpp \
downloaddlg.hpp \
imageitem.hpp \
loader.hpp
FORMS += \
downloaddlg.ui