Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • fix_opensuse_package_build
  • develop
  • release-3.1.0
  • release-3.0.3
  • release-3.0.2
  • release-3.0.1
  • release-3.0.0
  • release-2.0.3
  • release-2.0.2
  • release-2.0.1
  • release-2.0.0
  • release-1.0.1
  • release-1.0.0
14 results

xdgurl.pro

Blame
  • Forked from DFN2 / ocs-url
    245 commits behind the upstream repository.
    xdgurl.pro 553 B
    include(src/lib/qtlib/qtlib.pri)
    
    include(src/app/app.pri)
    
    TARGET = xdgurl
    
    TEMPLATE = app
    
    CONFIG += c++11
    
    RESOURCES += src/desktop/desktop.qrc
    
    DISTFILES += \
        README.md \
        src/desktop/xdgurl.desktop \
        src/desktop/appimage-desktopintegration \
        pkg/build.sh \
        pkg/ubuntu/debian/changelog \
        pkg/ubuntu/debian/compat \
        pkg/ubuntu/debian/control \
        pkg/ubuntu/debian/copyright \
        pkg/ubuntu/debian/rules \
        pkg/ubuntu/debian/xdgurl.install \
        pkg/fedora/xdgurl.spec \
        pkg/arch/PKGBUILD
    
    include(deployment.pri)