We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5e346b commit 828a8b7Copy full SHA for 828a8b7
src/CMakeLists.txt
@@ -17,6 +17,7 @@ ecm_qt_install_logging_categories(
17
)
18
19
20
+configure_file(firefoxprofilerunner.json.in firefoxprofilerunner.json)
21
kcoreaddons_add_plugin(firefoxprofilerunner SOURCES firefoxprofilerunner.cpp INSTALL_NAMESPACE "kf${QT_MAJOR_VERSION}/krunner")
22
target_link_libraries(firefoxprofilerunner
23
Qt::Core
src/firefoxprofilerunner.json renamed to src/firefoxprofilerunner.json.in
@@ -11,7 +11,7 @@
11
"Icon": "firefox",
12
"License": "GPLv3",
13
"Name": "FirefoxProfileRunner",
14
- "Version": "2.0.0",
+ "Version": "@CMAKE_PROJECT_VERSION@",
15
"Website": "https://github.com/alex1701c/krunner-firefox"
16
},
"X-KDE-ConfigModule": "krunner/kcms/kcm_firefoxprofilerunner"
0 commit comments