Commit f6bc941e authored by Dimitri van Heesch's avatar Dimitri van Heesch

Added missing pthread lib to doxyapp

parent ef7c0d69
...@@ -2,7 +2,7 @@ TEMPLATE = app.t ...@@ -2,7 +2,7 @@ TEMPLATE = app.t
CONFIG = console warn_on debug CONFIG = console warn_on debug
HEADERS = HEADERS =
SOURCES = doxyapp.cpp SOURCES = doxyapp.cpp
LIBS += -L../../lib -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg LIBS += -L../../lib -L../../lib -ldoxygen -lqtools -lmd5 -ldoxycfg -lpthread
DESTDIR = DESTDIR =
OBJECTS_DIR = ../../objects OBJECTS_DIR = ../../objects
TARGET = ../../bin/doxyapp TARGET = ../../bin/doxyapp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment