]> git.pld-linux.org Git - packages/qesteidutil.git/commitdiff
fix QtSingleApplication link with qt5
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 22 Aug 2018 06:46:02 +0000 (09:46 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Wed, 22 Aug 2018 06:46:02 +0000 (09:46 +0300)
system_qtsingleapplication.patch

index 5503337a8248158abf9f965645380d2ac5d06f73..59834c052f4cdf25d4de644da5100575afb21dc8 100644 (file)
@@ -1,12 +1,12 @@
---- qesteidutil-3.12.10/common/CMakeLists.txt~ 2017-11-22 14:34:35.000000000 +0200
-+++ qesteidutil-3.12.10/common/CMakeLists.txt  2018-08-22 08:52:33.867141765 +0300
+--- qesteidutil-3.12.10/common/CMakeLists.txt  2018-08-22 08:52:33.867141765 +0300
++++ qesteidutil-3.12.10/common/CMakeLists.txt  2018-08-22 09:45:22.589976817 +0300
 @@ -44,8 +44,7 @@
        set( LIBRARIES "-framework Cocoa -framework PCSC -fobjc-arc" )
  else()
        include_directories( ${CMAKE_SOURCE_DIR} )
 -      add_subdirectory( qtsingleapplication )
 -      list( APPEND LIBRARIES qtsingleapplication )
-+      list( APPEND LIBRARIES QtSolutions_SingleApplication-2.6)
++      list( APPEND LIBRARIES Qt5Solutions_SingleApplication-2.6)
  endif()
  
  configure_file( translations/common_tr.qrc common_tr.qrc COPYONLY )
This page took 0.072983 seconds and 4 git commands to generate.