Skip to content
Snippets Groups Projects
Commit 54b509a9 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

simplified qmake input App/App.pro

parent 8d25b28b
Branches
Tags
No related merge requests found
...@@ -197,7 +197,7 @@ INCLUDEPATH += $$system(root-config --incdir) ...@@ -197,7 +197,7 @@ INCLUDEPATH += $$system(root-config --incdir)
MYROOTCINT = $${MYROOT}/bin/rootcint MYROOTCINT = $${MYROOT}/bin/rootcint
ROOTLIBDIR = $$system(root-config --libdir) ROOTLIBDIR = $$system(root-config --libdir)
LIBS += -L$${ROOTLIBDIR} LIBS += -L$${ROOTLIBDIR}
REQUIRED_ROOT_LIBS = Gui Core Cint RIO Hist Graf Graf3d Gpad Tree Rint Postscript Matrix Physics MathCore MathMore Minuit2 Geom Eve RGL Thread REQUIRED_ROOT_LIBS = Cint Core EG Eve FTGL Ged Geom Graf Graf3d Gpad Gui Hist MathCore MathMore Matrix Minuit2 Physics Postscript RGL Rint RIO Thread Tree TreePlayer
# check existence of required ROOT libraries # check existence of required ROOT libraries
for(x, REQUIRED_ROOT_LIBS) { for(x, REQUIRED_ROOT_LIBS) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment