Skip to content

Commit

Permalink
chore: [pkgconfig] fix qtcore name error
Browse files Browse the repository at this point in the history
Fix QtCore name error in pkgconfig file.

Log: Fix QtCore name error in pkgconfig file.
  • Loading branch information
rb-union committed Jun 13, 2024
1 parent 8fd9e06 commit 09cdb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/dfm-burn/dfm-burn.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Name: @BIN_NAME@
Description: @CMAKE_PROJECT_DESCRIPTION@
URL: @CMAKE_PROJECT_HOMEPAGE_URL@
Version: @PROJECT_VERSION@
Requires: libisoburn-1, Qt@QT_VERSION_MAJOR@core
Requires: libisoburn-1, Qt@QT_VERSION_MAJOR@Core
Cflags: -I"@CMAKE_INSTALL_FULL_INCLUDEDIR@/@BIN_NAME@"
Libs: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@
Libs.private: -L"@CMAKE_INSTALL_FULL_LIBDIR@" -l@BIN_NAME@

0 comments on commit 09cdb25

Please sign in to comment.