summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-14 23:07:17 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-14 23:07:17 +0100
commit426706c6d174dad21cc1eeaf238b6cad2ac65eba (patch)
tree8eb60f23300c3e850a0756ff2b3cc774a015ee58
parentc70db62d3671e524d23ac974d296eb218159b000 (diff)
downloadtdegames-426706c6.tar.gz
tdegames-426706c6.zip
cmake: Fix shared libraries version
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--atlantik/libatlantic/CMakeLists.txt2
-rw-r--r--atlantik/libatlantikclient/CMakeLists.txt2
-rw-r--r--atlantik/libatlantikui/CMakeLists.txt2
-rw-r--r--kolf/CMakeLists.txt2
-rw-r--r--libtdegames/CMakeLists.txt2
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}