Remove use of qt4_automoc.
It is obsolete.
This commit is contained in:
parent
e660246b2b
commit
268f44fc3b
@ -25,9 +25,6 @@ set(corebindings_SRCS
|
||||
plasmanamespace.cpp
|
||||
)
|
||||
|
||||
|
||||
qt4_automoc(${corebindings_SRCS})
|
||||
|
||||
add_library(corebindingsplugin SHARED ${corebindings_SRCS})
|
||||
target_link_libraries(corebindingsplugin
|
||||
${QT_QTSCRIPT_LIBRARY}
|
||||
|
@ -10,9 +10,6 @@ set(declarativedragdrop_SRCS
|
||||
DeclarativeMimeData.cpp
|
||||
)
|
||||
|
||||
qt4_automoc(${declarativedragdrop_SRCS})
|
||||
|
||||
|
||||
add_library(draganddropplugin SHARED ${declarativedragdrop_SRCS})
|
||||
target_link_libraries(draganddropplugin
|
||||
${QT_QTCORE_LIBRARY}
|
||||
|
@ -5,8 +5,6 @@ set(runnermodel_SRCS
|
||||
runnermodelplugin.cpp
|
||||
)
|
||||
|
||||
qt4_automoc(${runnermodel_SRCS})
|
||||
|
||||
add_library(runnermodelplugin SHARED ${runnermodel_SRCS})
|
||||
target_link_libraries(runnermodelplugin
|
||||
${Qt5Quick_LIBRARIES}
|
||||
|
@ -14,8 +14,6 @@ set(localebindings_SRCS
|
||||
# ${KDE4_INCLUDES}
|
||||
# )
|
||||
|
||||
qt4_automoc(${localebindings_SRCS})
|
||||
|
||||
add_library(localebindingsplugin SHARED ${localebindings_SRCS})
|
||||
target_link_libraries(localebindingsplugin
|
||||
${QT_QTCORE_LIBRARY}
|
||||
|
@ -20,8 +20,6 @@ INCLUDE_DIRECTORIES(
|
||||
${KDECLARATIVE_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
qt4_automoc(${plasmacomponents_SRCS})
|
||||
|
||||
add_library(plasmacomponentsplugin SHARED ${plasmacomponents_SRCS})
|
||||
target_link_libraries(plasmacomponentsplugin
|
||||
${QT_QTCORE_LIBRARY}
|
||||
|
@ -18,9 +18,6 @@ include_directories(
|
||||
${KACTIVITIES_INCLUDE_DIRS}
|
||||
)
|
||||
|
||||
qt4_automoc(${plasmaextracomponents_SRCS})
|
||||
|
||||
|
||||
add_library(plasmaextracomponentsplugin SHARED ${plasmaextracomponents_SRCS})
|
||||
|
||||
target_link_libraries(plasmaextracomponentsplugin
|
||||
|
@ -17,8 +17,6 @@ INCLUDE_DIRECTORIES(
|
||||
${KDE4_INCLUDES}
|
||||
)
|
||||
|
||||
qt4_automoc(${qtextracomponents_SRCS})
|
||||
|
||||
add_library(qtextracomponentsplugin SHARED ${qtextracomponents_SRCS})
|
||||
|
||||
target_link_libraries(qtextracomponentsplugin
|
||||
|
Loading…
Reference in New Issue
Block a user