File: CMakeLists.txt

package info (click to toggle)
u1db-qt 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 688 kB
  • sloc: cpp: 2,089; python: 60; sql: 40; makefile: 19; sh: 14; xml: 14
file content (10 lines) | stat: -rw-r--r-- 210 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
set(U1DB_WIZARDS "${CMAKE_INSTALL_DATADIR}/qtcreator/templates/qml")

install(DIRECTORY "settings"
    DESTINATION "${U1DB_WIZARDS}"
    )

install(DIRECTORY "contacts"
    DESTINATION "${U1DB_WIZARDS}"
    )