Fix up installation -- no touch-specific installs
This commit is contained in:
parent
41a5105806
commit
c353ff7caa
@ -20,9 +20,6 @@ qt4_automoc(${plasmaextracomponents_SRCS})
|
|||||||
add_library(plasmaextracomponentsplugin SHARED ${plasmaextracomponents_SRCS})
|
add_library(plasmaextracomponentsplugin SHARED ${plasmaextracomponents_SRCS})
|
||||||
target_link_libraries(plasmaextracomponentsplugin ${QT_QTCORE_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_PLASMA_LIBS} ${KACTIVITIES_LIBRARY} )
|
target_link_libraries(plasmaextracomponentsplugin ${QT_QTCORE_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} ${QT_QTGUI_LIBRARY} ${KDE4_PLASMA_LIBS} ${KACTIVITIES_LIBRARY} )
|
||||||
|
|
||||||
#target_link_libraries(plasmaextracomponentsplugin ${QT_QTCORE_LIBRARY} ${QT_QTDBUS_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTSCRIPT_LIBRARY} ${QT_QTDECLARATIVE_LIBRARY} ${KDE4_KDECORE_LIBRARY} ${KDE4_PLASMA_LIBS} ${KACTIVITIES_LIBRARY})
|
|
||||||
|
|
||||||
|
|
||||||
install(TARGETS plasmaextracomponentsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/extras)
|
install(TARGETS plasmaextracomponentsplugin DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/extras)
|
||||||
|
|
||||||
install(DIRECTORY qml/ DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/extras)
|
install(DIRECTORY qml/ DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/extras)
|
||||||
@ -33,14 +30,16 @@ install(DIRECTORY qml/ DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/extras)
|
|||||||
# file by file since if some component from the generic set is more
|
# file by file since if some component from the generic set is more
|
||||||
# recent than the specifc ones, it wouldn't be overwritten
|
# recent than the specifc ones, it wouldn't be overwritten
|
||||||
|
|
||||||
install(TARGETS plasmaextracomponentsplugin DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
#install(TARGETS plasmaextracomponentsplugin DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
||||||
|
#install(FILES qml/qmldir DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
||||||
|
|
||||||
install(FILES qml/App.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
# install(FILES qml/App.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
||||||
install(FILES qml/Heading.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
# install(FILES qml/Heading.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
||||||
install(FILES qml/Paragraph.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
# install(FILES qml/Paragraph.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
||||||
install(FILES qml/Title.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
# install(FILES qml/Title.qml DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
||||||
|
# install(DIRECTORY qml/animations/ DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
||||||
|
|
||||||
install(DIRECTORY qml/animations/ DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/extras)
|
#install(DIRECTORY qml/animations/ DESTINATION ${IMPORTS_INSTALL_DIR}/org/kde/plasma/extras)
|
||||||
|
|
||||||
#install platform overrides -- enable as we use this feature for plasmaextras
|
#install platform overrides -- enable as we use this feature for plasmaextras
|
||||||
#install(DIRECTORY platformcomponents/touch/ DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
#install(DIRECTORY platformcomponents/touch/ DESTINATION ${PLUGIN_INSTALL_DIR}/platformimports/touch/org/kde/plasma/extras)
|
||||||
|
@ -6,8 +6,8 @@ Paragraph 0.1 Paragraph.qml
|
|||||||
ScrollArea 0.1 ScrollArea.qml
|
ScrollArea 0.1 ScrollArea.qml
|
||||||
Title 0.1 Title.qml
|
Title 0.1 Title.qml
|
||||||
|
|
||||||
ActivateAnimation 0.1 ActivateAnimation.qml
|
ActivateAnimation 0.1 animations/ActivateAnimation.qml
|
||||||
AppearAnimation 0.1 AppearAnimation.qml
|
AppearAnimation 0.1 animations/AppearAnimation.qml
|
||||||
DisappearAnimation 0.1 DisappearAnimation.qml
|
DisappearAnimation 0.1 animations/DisappearAnimation.qml
|
||||||
PressedAnimation 0.1 PressedAnimation.qml
|
PressedAnimation 0.1 animations/PressedAnimation.qml
|
||||||
ReleasedAnimation 0.1 ReleasedAnimation.qml
|
ReleasedAnimation 0.1 animations/ReleasedAnimation.qml
|
||||||
|
Loading…
Reference in New Issue
Block a user