Skip to content

Commit

Permalink
Fixup pc file
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Feb 8, 2025
1 parent a52b2ee commit 19931a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/nemocoreplugin.pc.in
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
prefix="@CMAKE_INSTALL_PREFIX@"
exec_prefix=${prefix}
libdir=${prefix}/lib
libdir="@QT_INSTALL_QML@/Nemo/"
includedir=${prefix}/include/nemocontrols/core

Name: @PROJECT_NAME@
Description: @CMAKE_PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
Libs: -lnemocoreplugin
Libs: -L${libdir} -lnemocoreplugin
Cflags: -I${includedir}

0 comments on commit 19931a3

Please sign in to comment.