https://github.com/morphed/MoRPHED-Viewer
Raw File
Tip revision: 990e86717feff6e61d44bb6522a124322c45bbbc authored by Konrad Hafen on 14 July 2015, 20:42:46 UTC
Added axis labels, fixed typos
Tip revision: 990e867
MoRPHED_Viewer.pro
#-------------------------------------------------
#
# Project created by QtCreator 2015-07-08T10:45:54
#
#-------------------------------------------------

QT       += core gui printsupport xml

greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = MoRPHED_Viewer
TEMPLATE = app


SOURCES += main.cpp\
        viewer_mainwindow.cpp \
    qcustomplot.cpp \
    customgraphicsview.cpp \
    xmlreadwrite.cpp \
    viewer_exception.cpp

HEADERS  += viewer_mainwindow.h \
    qcustomplot.h \
    customgraphicsview.h \
    xmlreadwrite.h \
    viewer_exception.h

FORMS    += viewer_mainwindow.ui
back to top