diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt index e5363df14..2c7324c46 100644 --- a/shell/CMakeLists.txt +++ b/shell/CMakeLists.txt @@ -33,14 +33,14 @@ set(CMAKE_CXX_FLAGS "${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS}") add_executable(testplasma2 main.cpp - svg.cpp +# svg.cpp desktopcorona.cpp view.cpp ) # The Qt5Widgets_LIBRARIES variable also includes QtGui and QtCore target_link_libraries(testplasma2 - ${Qt5Widgets_LIBRARIES} + #${Qt5Widgets_LIBRARIES} ${Qt5Quick_LIBRARIES} ${Qt5Qml_LIBRARIES} ${kcoreaddons} diff --git a/shell/main.cpp b/shell/main.cpp index f99b917f1..a2aee5486 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -19,7 +19,7 @@ #include #include #include -#include "svg.h" +//#include "svg.h" #include #include