Skip to content

Commit

Permalink
Issue 542: Added include statements to get Qt Creator to work properly.
Browse files Browse the repository at this point in the history
  • Loading branch information
PMSeitzer committed May 27, 2022
1 parent 57eac92 commit 1c86d2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/peakdetector/peakdetector.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ mac {
QMAKE_LINK=/usr/local/opt/llvm/bin/clang++
LIBS += -L/usr/local/opt/llvm/lib/

INCLUDEPATH += /usr/local/opt/llvm/lib/include/

# Change this as needed for version of llvm
INCLUDEPATH += /usr/local/opt/llvm/lib/clang/13.0.1/include/

CONFIG += parallel
}
}
Expand Down

0 comments on commit 1c86d2b

Please sign in to comment.