Git commit a1f3c494e4f345fc0b316b7048f57f24b101b97a by Giorgos Tsiapaliwkas. Committed on 10/07/2012 at 16:55. Pushed by tsiapaliwkas into branch 'terietor/remoteinstallerV2'. add kde4_add_ui_files for the plasmaremoteinstaller M +4 -0 CMakeLists.txt http://commits.kde.org/plasmate/a1f3c494e4f345fc0b316b7048f57f24b101b97a diff --git a/CMakeLists.txt b/CMakeLists.txt index 26b8af3..b2d8694 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,6 +130,10 @@ set (PlasmaRemoteInstaller_SRC publisher/remoteinstaller/standalone/plasmaremoteinstaller.cpp ) = +kde4_add_ui_files (PlasmaRemoteInstaller_SRC + publisher/remoteinstaller/remoteinstaller.ui +) + kde4_add_executable(plasmaremoteinstaller ${PlasmaRemoteInstaller_SRC}) target_link_libraries(plasmaremoteinstaller ${KDE4_KDEUI_LIBS}