|
| 1 | +#------------------------------------------------- |
| 2 | +# |
| 3 | +# Project created by QtCreator 2018-12-12T17:39:27 |
| 4 | +# |
| 5 | +#------------------------------------------------- |
| 6 | + |
| 7 | +QT += core gui |
| 8 | + |
| 9 | +greaterThan(QT_MAJOR_VERSION, 4): QT += widgets printsupport |
| 10 | + |
| 11 | +TARGET = DichroIDP |
| 12 | +TEMPLATE = app |
| 13 | +#RC_FILE = myApp.rc |
| 14 | + |
| 15 | +# The following define makes your compiler emit warnings if you use |
| 16 | +# any feature of Qt which has been marked as deprecated (the exact warnings |
| 17 | +# depend on your compiler). Please consult the documentation of the |
| 18 | +# deprecated API in order to know how to port your code away from it. |
| 19 | +DEFINES += QT_DEPRECATED_WARNINGS |
| 20 | + |
| 21 | +# You can also make your code fail to compile if you use deprecated APIs. |
| 22 | +# In order to do so, uncomment the following line. |
| 23 | +# You can also select to disable deprecated APIs only up to a certain version of Qt. |
| 24 | +#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0 |
| 25 | + |
| 26 | +CONFIG += c++11 |
| 27 | + |
| 28 | +#CONFIG += no_keywords |
| 29 | + |
| 30 | +SOURCES += \ |
| 31 | + aboutdlg.cpp \ |
| 32 | + main.cpp \ |
| 33 | + mainwindow.cpp \ |
| 34 | + ../../Qt/QCustomPlot/qcustomplot/qcustomplot.cpp \ |
| 35 | + interface.cpp \ |
| 36 | + read_file.cpp \ |
| 37 | + selcon.cpp \ |
| 38 | + rmsd.cpp \ |
| 39 | + sortrows.cpp\ |
| 40 | + alglib/cpp/src/statistics.cpp \ |
| 41 | + alglib/cpp/src/ap.cpp \ |
| 42 | + alglib/cpp/src/alglibinternal.cpp \ |
| 43 | + alglib/cpp/src/alglibmisc.cpp \ |
| 44 | + alglib/cpp/src/dataanalysis.cpp \ |
| 45 | + alglib/cpp/src/specialfunctions.cpp \ |
| 46 | + alglib/cpp/src/solvers.cpp \ |
| 47 | + alglib/cpp/src/optimization.cpp \ |
| 48 | + alglib/cpp/src/linalg.cpp \ |
| 49 | + alglib/cpp/src/interpolation.cpp \ |
| 50 | + alglib/cpp/src/integration.cpp \ |
| 51 | + alglib/cpp/src/fasttransforms.cpp \ |
| 52 | + alglib/cpp/src/diffequations.cpp \ |
| 53 | + global.cpp \ |
| 54 | + dialogdatset.cpp \ |
| 55 | + borderdelegate.cpp \ |
| 56 | + tableitemdelegate.cpp |
| 57 | + |
| 58 | + |
| 59 | +HEADERS += \ |
| 60 | + aboutdlg.h \ |
| 61 | + mainwindow.h \ |
| 62 | + ../../Qt/QCustomPlot/qcustomplot/qcustomplot.h \ |
| 63 | + read_file.h \ |
| 64 | + selcon.h \ |
| 65 | + interface.h \ |
| 66 | + rmsd.h \ |
| 67 | + sortrows.h \ |
| 68 | + global.h \ |
| 69 | + dialogdatset.h \ |
| 70 | + borderdelegate.h \ |
| 71 | + tableitemdelegate.h |
| 72 | + |
| 73 | + |
| 74 | +FORMS += \ |
| 75 | + aboutdlg.ui \ |
| 76 | + mainwindow.ui \ |
| 77 | + interface.ui \ |
| 78 | + dialogdatset.ui \ |
| 79 | + # dialogeditdat.ui |
| 80 | + |
| 81 | +INCLUDEPATH += ../../../../Qt/QCustomPlot/qcustomplot/ |
| 82 | +INCLUDEPATH += alglib/cpp/src/ |
| 83 | +#LIBS += alglib/cpp/src/ |
| 84 | +#INCLUDEPATH +=../../../../ |
| 85 | +#INCLUDEPATH += ../ |
| 86 | +# Default rules for deployment. |
| 87 | +qnx: target.path = /tmp/$${TARGET}/bin |
| 88 | +else: unix:!android: target.path = /opt/$${TARGET}/bin |
| 89 | +!isEmpty(target.path): INSTALLS += target |
| 90 | + |
| 91 | +#DISTFILES += |
| 92 | + |
| 93 | +RC_ICONS = DichroIDP.ico |
| 94 | +INCLUDEPATH += /doc/ |
| 95 | +RESOURCES += \ |
| 96 | + image.qrc |
| 97 | + # logo2.qrc |
| 98 | +# DISTFILES += \ # DichroApp.rc |
| 99 | + |
| 100 | +DISTFILES += |
| 101 | + |
0 commit comments