mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
krunner: fixup build due to ksysguard scripting support drop
This commit is contained in:
parent
85010689c6
commit
4ef934b0d6
2 changed files with 0 additions and 8 deletions
|
@ -35,13 +35,6 @@ kde4_add_executable( knotify ${knotify_SRCS})
|
|||
|
||||
kde4_add_library( knotifyplugin SHARED ${knotifyplugin_SRCS})
|
||||
|
||||
|
||||
if (Q_WS_MAC)
|
||||
set_target_properties(knotify PROPERTIES MACOSX_BUNDLE_INFO_PLIST ${CMAKE_SOURCE_DIR}/Info.plist.template)
|
||||
set_target_properties(knotify PROPERTIES MACOSX_BUNDLE_GUI_IDENTIFIER "org.kde.knotify4")
|
||||
set_target_properties(knotify PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "KDE Notify")
|
||||
endif (Q_WS_MAC)
|
||||
|
||||
target_link_libraries( knotify ${KDE4_KDEUI_LIBS} ${KDE4_PHONON_LIBS} ${KDE4_SOLID_LIBS} knotifyplugin)
|
||||
|
||||
target_link_libraries( knotifyplugin ${KDE4_KDECORE_LIBS} ${KDE4_KDEUI_LIBS})
|
||||
|
|
|
@ -40,7 +40,6 @@ KSystemActivityDialog::KSystemActivityDialog(QWidget *parent)
|
|||
setWindowIcon(KIcon(QLatin1String( "utilities-system-monitor" )));
|
||||
setButtons(0);
|
||||
setMainWidget(&m_processList);
|
||||
m_processList.setScriptingEnabled(true);
|
||||
setSizeGripEnabled(true);
|
||||
(void)minimumSizeHint(); //Force the dialog to be laid out now
|
||||
layout()->setContentsMargins(0,0,0,0);
|
||||
|
|
Loading…
Add table
Reference in a new issue