Skip to content

Commit

Permalink
Remove soname from declarative plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 15, 2017
1 parent 373b686 commit 1d6c642
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
7 changes: 0 additions & 7 deletions imports/TelegramQtQml/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ target_link_libraries(TelegramQt${QT_VERSION_MAJOR}Qml
set(TELEGRAM_QT_INCLUDE_DIR ${CMAKE_INSTALL_INCLUDEDIR}/TelegramQt${QT_VERSION_MAJOR})
set(TELEGRAM_QT_LIB_DIR ${CMAKE_INSTALL_LIBDIR})

# Set the correct version number
set_target_properties(
TelegramQt${QT_VERSION_MAJOR}Qml PROPERTIES
SOVERSION ${TELEGRAM_QT_ABI}
VERSION ${TELEGRAM_QT_VERSION}
)

install(
TARGETS TelegramQt${QT_VERSION_MAJOR}Qml
LIBRARY DESTINATION ${INSTALL_QML_IMPORT_DIR}/TelegramQt
Expand Down
2 changes: 0 additions & 2 deletions rpm/telegram-qt.spec
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ rm -rf %{buildroot}
%{_libdir}/qt5/qml/TelegramQt/qmldir
%{_libdir}/qt5/qml/TelegramQt/plugins.qmltypes
%{_libdir}/qt5/qml/TelegramQt/libTelegramQt5Qml.so
%{_libdir}/qt5/qml/TelegramQt/libTelegramQt5Qml.so.%{version_major}.%{version_minor}
%{_libdir}/qt5/qml/TelegramQt/libTelegramQt5Qml.so.%{version_major}.%{version_minor}.%{version_patch}

%files qt5-devel
%defattr(-,root,root,-)
Expand Down

0 comments on commit 1d6c642

Please sign in to comment.