Skip to content
Snippets Groups Projects
Select Git revision
  • cd9daea41d190f03da3d74f525986d0558a7f897
  • master default protected
  • 1.6
  • v1.6.40
  • v1.6.39
  • v1.6.38
  • v1.6.37
  • v1.6.37.rc1
  • v1.6.36
  • 1.6.35
  • 1.6.34
  • 1.6.33
  • 1.6.32.pre2
  • 1.6.32.pre1
  • 1.6.31
  • 1.6.30
  • 1.6.29
  • 1.6.28
  • 1.6.26
  • 1.6.27
  • 1.6.26.pre1
  • 1.6.25
  • 1.6.25.pre2
23 results

doap.rdf.erb

Blame
  • deployment.pri 456 B
    unix:!ios:!android {
        isEmpty(PREFIX) {
            PREFIX = /usr/local
        }
    
        SRCDIR = $${PWD}
        BINDIR = $${PREFIX}/bin
        DATADIR = $${PREFIX}/share
    
        target.path = $${BINDIR}
    
        desktop.files = $${SRCDIR}/desktop/$${TARGET}.desktop
        desktop.path = $${DATADIR}/applications
    
        icon.files = $${SRCDIR}/desktop/$${TARGET}.svg
        icon.path = $${DATADIR}/icons/hicolor/scalable/apps
    
        INSTALLS += target desktop icon
    }
    
    export(INSTALLS)