generic: minor cleanups

This commit is contained in:
Ivailo Monev 2015-06-16 14:20:07 +03:00
parent a4c9ed71c6
commit 7bb318b0f1
2 changed files with 1 additions and 7 deletions

View file

@ -43,8 +43,6 @@ static const char description[] = I18N_NOOP("The KDE Crash Handler gives the use
int main(int argc, char* argv[])
{
// TODO - Investigate and fix this, or work around it as follows...
// #if !defined(Q_OS_WIN) && !defined(Q_OS_MAC)
// When starting Dr Konqi via kdeinit4, Apple OS X aborts us unconditionally for
// using setgid/setuid, even if the privs were those of the logged-in user.
// Drop privs.

View file

@ -12,11 +12,7 @@ include_directories(${KDE4WORKSPACE_INCLUDE_DIR} ${OPENGL_INCLUDE_DIR})
add_subdirectory( data )
macro_optional_add_subdirectory( asciiquarium )
if (WIN32)
SET(LIBMATH "")
else (WIN32)
SET(LIBMATH "m")
endif (WIN32)
SET(LIBMATH "m")
########### next target ###############