From b066b403ef92dcc9dfdfb84ddcb39da47c8e1540 Mon Sep 17 00:00:00 2001 From: Robert Förster Date: Mon, 8 Oct 2012 12:27:54 +0000 Subject: - update KviOsInfo with values from the winsdk8 - rip out some append libs statements for ws2_32; since we are linking in a way they get added anyway we don't need them (yet) - remove wsock32.lib from kvilib, linking works fine without it - move shlwapi for mingw from root to src/kvirc since that is where the msvc one is and it works - remove envvar hack added in r6273 from perlcore since it is unneeded git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6276 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/objects/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/modules/objects') diff --git a/src/modules/objects/CMakeLists.txt b/src/modules/objects/CMakeLists.txt index 7d8625372..ee0c7a950 100644 --- a/src/modules/objects/CMakeLists.txt +++ b/src/modules/objects/CMakeLists.txt @@ -1,14 +1,5 @@ # CMakeLists for src/modules/objects -# From qmake -#QT += xml - -if(MINGW) - list(APPEND LIBS -lws2_32) -endif(MINGW) - - - set(kviobjects_SRCS libkviobjects.cpp KvsObject_button.cpp -- cgit v1.3.1-10-gc9f91