Warning, /graphics/kst-plot/src/libkstapp/libkstapp.pro is written in an unsupported language. File is not indexed.

0001 TOPOUT_REL = ../..
0002 include($$PWD/$$TOPOUT_REL/kst.pri)
0003 QT += gui \
0004     network \
0005     svg \
0006     opengl
0007 TEMPLATE = lib
0008 TARGET = $$kstlib(kst2app)
0009 DESTDIR = $$OUTPUT_DIR/lib
0010 win32:CONFIG += staticlib
0011 
0012 
0013 !isEmpty(INSTALL_PREFIX) { 
0014     target.path = $$INSTALL_PREFIX/$$INSTALL_LIBDIR
0015     INSTALLS += target
0016 }
0017 
0018 INCLUDEPATH += tmp \
0019     $$TOPLEVELDIR/src/libkst \
0020     $$TOPLEVELDIR/src/libkstmath \
0021     $$TOPLEVELDIR/src/widgets \
0022     $$TOPOUTDIR/src/widgets \
0023     $$TOPOUTDIR/src/libkstapp/tmp
0024 
0025 macx {
0026         CONFIG += lib_bundle
0027         LIBS += -F$$OUTPUT_DIR/lib
0028         qtAddLibrary(kst2lib)
0029         qtAddLibrary(kst2widgets)
0030         qtAddLibrary(kst2math)
0031 } else {
0032         LIBS += -L$$OUTPUT_DIR/lib \
0033                 -L$$OUTPUT_DIR/plugin \
0034                 -l$$kstlib(kst2widgets) \
0035                 -l$$kstlib(kst2math) \
0036                 -l$$kstlib(kst2lib)
0037 }
0038 
0039 
0040 SOURCES += aboutdialog.cpp \
0041     application.cpp \
0042     applicationsettings.cpp \
0043     applicationsettingsdialog.cpp \
0044     arrowitem.cpp \
0045     arrowitemdialog.cpp \
0046     arrowpropertiestab.cpp \
0047     axis.cpp \
0048     axistab.cpp \
0049     basicplugindialog.cpp \
0050     boxitem.cpp \
0051     bugreportwizard.cpp \
0052     builtingraphics.cpp \
0053     cartesianrenderitem.cpp \
0054     changedatasampledialog.cpp \
0055     changefiledialog.cpp \
0056     choosecolordialog.cpp \
0057     circleitem.cpp \
0058     commandlineparser.cpp \
0059     contenttab.cpp \
0060     csddialog.cpp \
0061     curvedialog.cpp \
0062     databutton.cpp \
0063     databuttonaction.cpp \
0064     datadialog.cpp \
0065     datagui.cpp \
0066     datamanager.cpp \
0067     datasourcedialog.cpp \
0068     datatab.cpp \
0069     datawizard.cpp \
0070     debugdialog.cpp \
0071     debugnotifier.cpp \
0072     defaultlabelpropertiestab.cpp \
0073     dialog.cpp \
0074     dialoglaunchergui.cpp \
0075     dialogpage.cpp \
0076     dialogtab.cpp \
0077     differentiatecurvesdialog.cpp \
0078     dimensionstab.cpp \
0079     document.cpp \
0080     editmultiplewidget.cpp \
0081     ellipseitem.cpp \
0082     equationdialog.cpp \
0083     eventmonitordialog.cpp \
0084     exportgraphicsdialog.cpp \
0085     filltab.cpp \
0086     filterfitdialog.cpp \
0087     formatgridhelper.cpp \
0088     generaltab.cpp \
0089     graphicsfactory.cpp \
0090     gridtab.cpp \
0091     histogramdialog.cpp \
0092     imagedialog.cpp \
0093     labelcreator.cpp \
0094     labelitem.cpp \
0095     labelitemdialog.cpp \
0096     labelpropertiestab.cpp \
0097     labelrenderer.cpp \
0098     labeltab.cpp \
0099     layoutboxitem.cpp \
0100     layouttab.cpp \
0101     legenditem.cpp \
0102     legenditemdialog.cpp \
0103     legendtab.cpp \
0104     lineitem.cpp \
0105     logdialog.cpp \
0106     logwidget.cpp \
0107     mainwindow.cpp \
0108     markerstab.cpp \
0109     matrixdialog.cpp \
0110     matrixmodel.cpp \
0111     memorywidget.cpp \
0112     overridelabeltab.cpp \
0113     pictureitem.cpp \
0114     plotaxis.cpp \
0115     plotitem.cpp \
0116     plotitemdialog.cpp \
0117     plotitemmanager.cpp \
0118     plotmarkers.cpp \
0119     plotrenderitem.cpp \
0120     plotscriptinterface.cpp \
0121     powerspectrumdialog.cpp \
0122     primitivemodel.cpp \
0123     rangetab.cpp \
0124     scalardialog.cpp \
0125     scalarmodel.cpp \
0126     scene.cpp \
0127     selectionrect.cpp \
0128     sessionmodel.cpp \
0129     sharedaxisboxitem.cpp \
0130     stringdialog.cpp \
0131     stringmodel.cpp \
0132     stroketab.cpp \
0133     svgitem.cpp \
0134     tabwidget.cpp \
0135     vectordialog.cpp \
0136     vectormodel.cpp \
0137     viewcommand.cpp \
0138     view.cpp \
0139     viewdialog.cpp \
0140     viewgridlayout.cpp \
0141     viewitem.cpp \
0142     viewitemdialog.cpp \
0143     viewmatrixdialog.cpp \
0144     viewprimitivedialog.cpp \
0145     viewvectordialog.cpp \
0146     pluginmenuitemaction.cpp \
0147     exportvectorsdialog.cpp \
0148     dialogscriptinterface.cpp \
0149     themedialog.cpp \
0150     scriptinterface.cpp \
0151     buttonitem.cpp \
0152     labelscriptinterface.cpp \
0153     viewitemscriptinterface.cpp \
0154     lineedititem.cpp \
0155     stringscriptinterface.cpp \
0156     scriptserver.cpp
0157 HEADERS += aboutdialog.h \
0158     application.h \
0159     applicationsettings.h \
0160     applicationsettingsdialog.h \
0161     arrowitem.h \
0162     arrowitemdialog.h \
0163     arrowpropertiestab.h \
0164     axis.h \
0165     axistab.h \
0166     basicplugindialog.h \
0167     boxitem.h \
0168     bugreportwizard.h \
0169     builtingraphics.h \
0170     cartesianrenderitem.h \
0171     changedatasampledialog.h \
0172     changefiledialog.h \
0173     choosecolordialog.h \
0174     circleitem.h \
0175     commandlineparser.h \
0176     contenttab.h \
0177     csddialog.h \
0178     curvedialog.h \
0179     databutton.h \
0180     databuttonaction.h \
0181     datadialog.h \
0182     datagui.h \
0183     datamanager.h \
0184     dataref.h \
0185     datasourcedialog.h \
0186     datatab.h \
0187     datawizard.h \
0188     debugdialog.h \
0189     debugnotifier.h \
0190     defaultlabelpropertiestab.h \
0191     dialog.h \
0192     dialoglaunchergui.h \
0193     dialogpage.h \
0194     dialogtab.h \
0195     differentiatecurvesdialog.h \
0196     dimensionstab.h \
0197     document.h \
0198     editmultiplewidget.h \
0199     ellipseitem.h \
0200     equationdialog.h \
0201     eventmonitordialog.h \
0202     exportgraphicsdialog.h \
0203     filltab.h \
0204     filterfitdialog.h \
0205     formatgridhelper.h \
0206     generaltab.h \
0207     graphicsfactory.h \
0208     gridtab.h \
0209     histogramdialog.h \
0210     imagedialog.h \
0211     labelcreator.h \
0212     labelitem.h \
0213     labelitemdialog.h \
0214     labelpropertiestab.h \
0215     labelrenderer.h \
0216     labeltab.h \
0217     layoutboxitem.h \
0218     layouttab.h \
0219     legenditem.h \
0220     legenditemdialog.h \
0221     legendtab.h \
0222     lineitem.h \
0223     logdialog.cpp\
0224     logwidget.h \
0225     mainwindow.h \
0226     markerstab.h \
0227     matrixdialog.h \
0228     matrixmodel.h \
0229     memorywidget.h \
0230     overridelabeltab.h \
0231     pictureitem.h \
0232     plotaxis.h \
0233     plotitem.h \
0234     plotitemdialog.h \
0235     plotmarkers.h \
0236     plotitemmanager.h \
0237     plotrenderitem.h \
0238     plotscriptinterface.h \
0239     powerspectrumdialog.h \
0240     primitivemodel.h \
0241     rangetab.h \
0242     scalardialog.h \
0243     scalarmodel.h \
0244     scene.h \
0245     selectionrect.h \
0246     sessionmodel.h \
0247     sharedaxisboxitem.h \
0248     stringdialog.h \
0249     stringmodel.h \
0250     svgitem.h \
0251     stroketab.h \
0252     tabwidget.h \
0253     vectordialog.h \
0254     vectormodel.h \
0255     viewcommand.h \
0256     view.h \
0257     viewdialog.h \
0258     viewgridlayout.h \
0259     viewitemdialog.h \
0260     viewitem.h \
0261     viewmatrixdialog.h \
0262     viewprimitivedialog.h \
0263     viewvectordialog.h \
0264     pluginmenuitemaction.h \
0265     logdialog.h \
0266     exportvectorsdialog.h \
0267     dialogscriptinterface.h \
0268     themedialog.h \
0269     scriptinterface.h \
0270     buttonitem.h \
0271     labelscriptinterface.h \
0272     viewitemscriptinterface.h \
0273     lineedititem.h \
0274     stringscriptinterface.h \
0275     scriptserver.h
0276 
0277 FORMS += aboutdialog.ui \
0278     arrowpropertiestab.ui \
0279     axistab.ui \
0280     basicplugintab.ui \
0281     bugreportwizard.ui \
0282     changedatasampledialog.ui \
0283     changefiledialog.ui \
0284     choosecolordialog.ui \
0285     contenttab.ui \
0286     csdtab.ui \
0287     curvetab.ui \
0288     datamanager.ui \
0289     datawizardpagedatapresentation.ui \
0290     datawizardpagedatasource.ui \
0291     datawizardpagefilters.ui \
0292     datawizardpageplot.ui \
0293     datawizardpagevectors.ui \
0294     debugdialog.ui \
0295     defaultlabelpropertiestab.ui \
0296     dialog.ui \
0297     differentiatecurvesdialog.ui \
0298     dimensionstab.ui \
0299     editmultiplewidget.ui \
0300     equationtab.ui \
0301     eventmonitortab.ui \
0302     exportgraphicsdialog.ui \
0303     filltab.ui \
0304     filterfittab.ui \
0305     generaltab.ui \
0306     gridtab.ui \
0307     histogramtab.ui \
0308     imagetab.ui \
0309     labelcreator.ui \
0310     labeltab.ui \
0311     labelpropertiestab.ui \
0312     layouttab.ui \
0313     legendtab.ui \
0314     logdialog.ui \
0315     markerstab.ui \
0316     matrixtab.ui \
0317     powerspectrumtab.ui \
0318     overridelabeltab.ui \
0319     rangetab.ui \
0320     scalartab.ui \
0321     stringtab.ui \
0322     stroketab.ui \
0323     vectortab.ui \
0324     viewmatrixdialog.ui \
0325     viewprimitivedialog.ui \
0326     viewvectordialog.ui \
0327     exportvectorsdialog.ui \
0328     themedialog.ui
0329 RESOURCES += $$TOPLEVELDIR/src/images/images.qrc