Skip to content
Snippets Groups Projects
Commit 36102bd8 authored by Christoph Feck's avatar Christoph Feck
Browse files

SVN_SILENT compile on non-OS X

CCMAIL: yue.liu@mail.com
parent f1705667
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ set(komain_LIB_SRCS
KoFileDialog.cpp
KoGlobal.cpp
KoGridData.cpp
MacSupport.mm
KoMainWindow.cpp
KoPrintingDialog.cpp
KoPrintJob.cpp
......@@ -132,6 +131,12 @@ if( Soprano_FOUND )
)
endif( Soprano_FOUND )
if (APPLE)
set(komain_LIB_SRCS ${komain_LIB_SRCS}
MacSupport.mm
)
endif (APPLE)
kde4_add_ui_files( komain_LIB_SRCS
koDocumentInfoAboutWidget.ui
koDocumentInfoAuthorWidget.ui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment