reorder files to tell what must be moved out
This commit is contained in:
parent
ea79a90fd2
commit
570585f666
@ -94,28 +94,20 @@ set(plasma_LIB_SRCS
|
|||||||
abstractrunner.cpp
|
abstractrunner.cpp
|
||||||
${plasmagik_SRCS}
|
${plasmagik_SRCS}
|
||||||
abstractdialogmanager.cpp
|
abstractdialogmanager.cpp
|
||||||
abstracttoolbox.cpp
|
|
||||||
dialog.cpp
|
|
||||||
configloader.cpp
|
configloader.cpp
|
||||||
containment.cpp
|
|
||||||
containmentactions.cpp
|
containmentactions.cpp
|
||||||
containmentactionspluginsconfig.cpp
|
containmentactionspluginsconfig.cpp
|
||||||
corona.cpp
|
|
||||||
datacontainer.cpp
|
datacontainer.cpp
|
||||||
dataengine.cpp
|
dataengine.cpp
|
||||||
dataenginemanager.cpp
|
dataenginemanager.cpp
|
||||||
|
|
||||||
package.cpp
|
package.cpp
|
||||||
packagestructure.cpp
|
packagestructure.cpp
|
||||||
paintutils.cpp
|
paintutils.cpp
|
||||||
pluginloader.cpp
|
pluginloader.cpp
|
||||||
framesvg.cpp
|
framesvg.cpp
|
||||||
plasma.cpp
|
plasma.cpp
|
||||||
applet.cpp
|
|
||||||
popupapplet.cpp
|
|
||||||
pluginloader.cpp
|
pluginloader.cpp
|
||||||
|
|
||||||
private/applethandle.cpp
|
|
||||||
private/associatedapplicationmanager.cpp
|
private/associatedapplicationmanager.cpp
|
||||||
private/componentinstaller.cpp
|
private/componentinstaller.cpp
|
||||||
private/datacontainer_p.cpp
|
private/datacontainer_p.cpp
|
||||||
@ -133,7 +125,6 @@ set(plasma_LIB_SRCS
|
|||||||
private/serviceprovider.cpp
|
private/serviceprovider.cpp
|
||||||
private/storage.cpp
|
private/storage.cpp
|
||||||
private/storagethread.cpp
|
private/storagethread.cpp
|
||||||
|
|
||||||
private/tooltip.cpp
|
private/tooltip.cpp
|
||||||
private/wallpaperrenderthread.cpp
|
private/wallpaperrenderthread.cpp
|
||||||
private/windowpreview.cpp
|
private/windowpreview.cpp
|
||||||
@ -189,7 +180,14 @@ set(plasma_LIB_SRCS
|
|||||||
#FIXME: all these must move into the qgv library
|
#FIXME: all these must move into the qgv library
|
||||||
private/themedwidgetinterface.cpp
|
private/themedwidgetinterface.cpp
|
||||||
widgets/iconwidget.cpp
|
widgets/iconwidget.cpp
|
||||||
|
abstracttoolbox.cpp
|
||||||
view.cpp
|
view.cpp
|
||||||
|
applet.cpp
|
||||||
|
containment.cpp
|
||||||
|
corona.cpp
|
||||||
|
dialog.cpp
|
||||||
|
popupapplet.cpp
|
||||||
|
private/applethandle.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set (plasmaqgv_LIB_SRCS
|
set (plasmaqgv_LIB_SRCS
|
||||||
|
Loading…
Reference in New Issue
Block a user