Skip to content

Commit

Permalink
Use version in JSON metadata dynamically based on project version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1701c committed Nov 2, 2024
1 parent e5e346b commit 828a8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ecm_qt_install_logging_categories(
)


configure_file(firefoxprofilerunner.json.in firefoxprofilerunner.json)
kcoreaddons_add_plugin(firefoxprofilerunner SOURCES firefoxprofilerunner.cpp INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/krunner")
target_link_libraries(firefoxprofilerunner
Qt::Core
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Icon": "firefox",
"License": "GPLv3",
"Name": "FirefoxProfileRunner",
"Version": "2.0.0",
"Version": "@CMAKE_PROJECT_VERSION@",
"Website": "https://github.com/alex1701c/krunner-firefox"
},
"X-KDE-ConfigModule": "krunner/kcms/kcm_firefoxprofilerunner"
Expand Down

0 comments on commit 828a8b7

Please sign in to comment.