Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
Fix example pkg-config file (#13)
Browse files Browse the repository at this point in the history
The include path should not contain the fontobene directory.
  • Loading branch information
dbrgn authored Jan 1, 2021
1 parent 64c7b6a commit 8a4ee0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fontobene-qt5.pc.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ Name: fontobene-qt5
Description: FontoBene parser for Qt5 (header-only)
Version: 0.1.0
Libs:
Cflags: -I${includedir}/fontobene-qt5
Cflags: -I${includedir}
Requires: Qt5Core

0 comments on commit 8a4ee0b

Please sign in to comment.