mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
generic: minor cleanups
This commit is contained in:
parent
a4c9ed71c6
commit
7bb318b0f1
2 changed files with 1 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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 ###############
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue