kdeplasma-addons: remove use of obsolete macro

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2015-12-30 08:23:15 +02:00
parent 973feb9c38
commit 4b0074eb0f

View file

@ -16,7 +16,6 @@ set(mandelbrot_SRCS
detectSSE2.cpp
mix.cpp
)
kde4_add_ui_files(mandelbrot_SRCS config.ui)
# The x86-specific stuff below does not mean that this code is non-portable!
# The idea is that x86 (32bit) is the ONLY major architecture on which vectorization (SSE2) may or may not be available.