diff options
| author | 2012-10-08 12:27:54 +0000 | |
|---|---|---|
| committer | 2012-10-08 12:27:54 +0000 | |
| commit | b066b403ef92dcc9dfdfb84ddcb39da47c8e1540 (patch) | |
| tree | f552f52f0b41f76bc17b02cd36e9c9bea9385451 /src/modules/objects | |
| parent | fix perlcore module linking under mingw (#1328) (diff) | |
| download | KVIrc-b066b403ef92dcc9dfdfb84ddcb39da47c8e1540.tar.gz KVIrc-b066b403ef92dcc9dfdfb84ddcb39da47c8e1540.tar.bz2 KVIrc-b066b403ef92dcc9dfdfb84ddcb39da47c8e1540.zip | |
- 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
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
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 |
