##// END OF EJS Templates
Drag and drop implemented, improved plot interactions.
Drag and drop implemented, improved plot interactions.

File last commit:

r1:a1d6d9df437f default
r1:a1d6d9df437f default
Show More
QLop.pro
42 lines | 957 B | text/idl | PrologLexer
First init
r0 #-------------------------------------------------
#
# Project created by QtCreator 2015-01-07T02:41:29
#
#-------------------------------------------------
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport
TARGET = QLop
TEMPLATE = app
INCLUDEPATH += src/QCustomPlot src
QMAKE_CXXFLAGS += -fopenmp
QMAKE_LFLAGS += -fopenmp
SOURCES += src/main.cpp\
src/mainwindow.cpp \
src/SocExplorerPlot.cpp \
src/QCustomPlot/qcustomplot.cpp \
src/themisdatafile.cpp \
src/filedownloader.cpp \
src/folderview.cpp \
Drag and drop implemented, improved plot interactions.
r1 src/toolbarcontainer.cpp \
src/folderlistwidget.cpp
First init
r0
HEADERS += src/mainwindow.h \
src/SocExplorerPlot.h \
src/QCustomPlot/qcustomplot.h \
src/themisdatafile.h \
src/filedownloader.h \
src/folderview.h \
Drag and drop implemented, improved plot interactions.
r1 src/toolbarcontainer.h \
src/folderlistwidget.h
First init
r0
FORMS += src/mainwindow.ui \
src/folderview.ui
RESOURCES += \
resources/qlop.qrc