Skip to content

Commit

Permalink
Fix QML plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Dec 29, 2023
1 parent 77336ab commit e8d2df9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/imports/session/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

ecm_add_qml_module(SessionQmlPlugin
URI Liri.Session
VERSION 1.0
CLASS_NAME SessionPlugin
TYPEINFO sessionplugin.qmltypes
NO_GENERATE_PLUGIN_SOURCE
DEPENDENCIES QtQuick
)
Expand All @@ -16,11 +16,6 @@ target_sources(SessionQmlPlugin
qmlsessionmanager.cpp qmlsessionmanager.h
)

set_target_properties(SessionQmlPlugin
PROPERTIES
OUTPUT_NAME sessionplugin
)

target_link_libraries(SessionQmlPlugin
PRIVATE
Qt6::Core
Expand Down

0 comments on commit e8d2df9

Please sign in to comment.