Advertisement
Guest User

Untitled

a guest
Jun 4th, 2014
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.33 KB | None | 0 0
  1. === modified file 'app/ui/HelloTab.qml'
  2. --- app/ui/HelloTab.qml 2014-06-04 13:20:30 +0000
  3. +++ app/ui/HelloTab.qml 2014-06-04 13:26:22 +0000
  4. @@ -1,6 +1,6 @@
  5.  import QtQuick 2.0
  6.  import Ubuntu.Components 0.1
  7. -import Timezone 1.0
  8. +import timezone 1.0
  9.  import "../components"
  10.  
  11.  Tab {
  12.  
  13. === modified file 'backend/CMakeLists.txt'
  14. --- backend/CMakeLists.txt  2014-06-04 13:20:30 +0000
  15. +++ backend/CMakeLists.txt  2014-06-04 13:29:26 +0000
  16. @@ -13,7 +13,7 @@
  17.  )
  18.  
  19.  set_target_properties(ubuntu-clock-appbackend PROPERTIES
  20. -         LIBRARY_OUTPUT_DIRECTORY ubuntu-clock-app)
  21. +         LIBRARY_OUTPUT_DIRECTORY timezone)
  22.  
  23.  qt5_use_modules(ubuntu-clock-appbackend Gui Qml Quick)
  24.  
  25. @@ -24,5 +24,5 @@
  26.  )
  27.  
  28.  # Install plugin file
  29. -install(TARGETS ubuntu-clock-appbackend DESTINATION ${QT_IMPORTS_DIR}/ubuntu-clock-app/)
  30. -install(FILES   modules/timezone/qmldir DESTINATION ${QT_IMPORTS_DIR}/ubuntu-clock-app/)
  31. +install(TARGETS ubuntu-clock-appbackend DESTINATION ${QT_IMPORTS_DIR}/timezone/)
  32. +install(FILES   modules/timezone/qmldir DESTINATION ${QT_IMPORTS_DIR}/timezone/)
  33.  
  34. === modified file 'backend/modules/timezone/qmldir'
  35. --- backend/modules/timezone/qmldir 2014-06-04 13:20:30 +0000
  36. +++ backend/modules/timezone/qmldir 2014-06-04 13:25:41 +0000
  37. @@ -1,2 +1,2 @@
  38. -module ubuntu-clock-app
  39. +module timezone
  40.  plugin ubuntu-clock-appbackend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement