Skip to content
Snippets Groups Projects
Commit 8668004d authored by pospelov's avatar pospelov
Browse files

remove libTree in App.pro

parent 15f1dd6c
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ macx { ...@@ -67,7 +67,7 @@ macx {
exists($$(ROOTSYS)/bin/root-config){ exists($$(ROOTSYS)/bin/root-config){
INCLUDEPATH += $$system($ROOTSYS/bin/root-config --incdir) INCLUDEPATH += $$system($ROOTSYS/bin/root-config --incdir)
#LIBS += $$system($ROOTSYS/bin/root-config --glibs) #LIBS += $$system($ROOTSYS/bin/root-config --glibs)
LIBS += -L$$system($ROOTSYS/bin/root-config --libdir ) -lGui -lCore -lCint -lRIO -lHist -lGraf -lGraf3d -lGpad -lTree -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lpthread -lm -ldl LIBS += -L$$system($ROOTSYS/bin/root-config --libdir ) -lGui -lCore -lCint -lRIO -lHist -lGraf -lGraf3d -lGpad -lRint -lPostscript -lMatrix -lPhysics -lMathCore -lThread -lpthread -lm -ldl
MYROOTCINT = ${ROOTSYS}/bin/rootcint MYROOTCINT = ${ROOTSYS}/bin/rootcint
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment