diff options
author | Slávek Banko <[email protected]> | 2016-03-14 23:07:17 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-03-14 23:07:27 +0100 |
commit | 53ab503e1669768f14354c983ebdecd5ce39c29a (patch) | |
tree | 90cab0cb8c141256801800b6d0c131fc4f99aed4 | |
parent | 22eaaf46994712a7ea19be99d49c5ceb889470bd (diff) | |
download | tdegames-53ab503e1669768f14354c983ebdecd5ce39c29a.tar.gz tdegames-53ab503e1669768f14354c983ebdecd5ce39c29a.zip |
cmake: Fix shared libraries version
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 426706c6d174dad21cc1eeaf238b6cad2ac65eba)
-rw-r--r-- | atlantik/libatlantic/CMakeLists.txt | 2 | ||||
-rw-r--r-- | atlantik/libatlantikclient/CMakeLists.txt | 2 | ||||
-rw-r--r-- | atlantik/libatlantikui/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kolf/CMakeLists.txt | 2 | ||||
-rw-r--r-- | libtdegames/CMakeLists.txt | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/atlantik/libatlantic/CMakeLists.txt b/atlantik/libatlantic/CMakeLists.txt index 6fb000bb..bc0d389b 100644 --- a/atlantik/libatlantic/CMakeLists.txt +++ b/atlantik/libatlantic/CMakeLists.txt @@ -36,6 +36,6 @@ tde_add_library( atlantic SHARED AUTOMOC SOURCES atlantic_core.cpp auction.cpp configoption.cpp estate.cpp estategroup.cpp game.cpp player.cpp trade.cpp LINK ${TQT_LIBRARIES} - VERSION 3.0.2 + VERSION 1.2.0 DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/atlantik/libatlantikclient/CMakeLists.txt b/atlantik/libatlantikclient/CMakeLists.txt index 53d2a932..39a7ca48 100644 --- a/atlantik/libatlantikclient/CMakeLists.txt +++ b/atlantik/libatlantikclient/CMakeLists.txt @@ -28,7 +28,7 @@ link_directories( tde_add_library( atlantikclient SHARED AUTOMOC SOURCES atlantik_network.cpp monopdprotocol.cpp - VERSION 3.0.2 + VERSION 1.2.0 LINK tdeio-shared atlantic-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/atlantik/libatlantikui/CMakeLists.txt b/atlantik/libatlantikui/CMakeLists.txt index 0af2c33e..4f1652c3 100644 --- a/atlantik/libatlantikui/CMakeLists.txt +++ b/atlantik/libatlantikui/CMakeLists.txt @@ -20,7 +20,7 @@ tde_add_library( atlantikui SHARED AUTOMOC SOURCES auction_widget.cpp board.cpp estatedetails.cpp estateview.cpp kwrappedlistviewitem.cpp portfolioestate.cpp portfolioview.cpp token.cpp trade_widget.cpp - VERSION 3.0.2 + VERSION 1.2.0 LINK atlantic-shared tdeio-shared tdecore-shared tdeui-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kolf/CMakeLists.txt b/kolf/CMakeLists.txt index 664c64a5..5d45f9f5 100644 --- a/kolf/CMakeLists.txt +++ b/kolf/CMakeLists.txt @@ -46,7 +46,7 @@ tde_add_library( kolf SHARED AUTOMOC scoreboard.cpp editor.cpp pluginloader.cpp object.cpp vector.cpp printdialogpage.cpp kcomboboxdialog.cpp kvolumecontrol.cpp floater.cpp slope.cpp - VERSION 3.0.2 + VERSION 1.2.0 LINK tdegames-shared tdeprint-shared tdeio-shared artskde-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/libtdegames/CMakeLists.txt b/libtdegames/CMakeLists.txt index 5e79dc39..d124c0c4 100644 --- a/libtdegames/CMakeLists.txt +++ b/libtdegames/CMakeLists.txt @@ -35,7 +35,7 @@ tde_add_library( tdegames SHARED AUTOMOC SOURCES kcarddialog.cpp kstdgameaction.cpp kgamemisc.cpp kchatbase.cpp kchat.cpp kchatdialog.cpp kgameprogress.cpp kcanvasrootpixmap.cpp kgamelcd.cpp - VERSION 3.0.2 + VERSION 1.2.0 EMBED khighscore-static kgame-static kgamedialogs-static LINK tdecore-shared tdeui-shared tdednssd-shared tdeio-shared DESTINATION ${LIB_INSTALL_DIR} |