GithubHelp home page GithubHelp logo

ilya87 / libqtxdg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lxqt/libqtxdg

0.0 2.0 0.0 356 KB

Qt implementation of freedesktop.org xdg specs

License: GNU Lesser General Public License v2.1

C++ 91.43% C 1.54% Shell 0.20% TypeScript 6.84%

libqtxdg's Introduction

Overview
========
libqtxdg is An Qt implementation of freedesktop.org xdg specifications.
It can be built with Qt4 and Qt5


Dependencies
============
Qt4 build:
    Qt4
    libmagic OR QtMimeTypes

QtMimeTypes the preffered. libmagic is deprecated and may be dropped in future
releases.
QtMimeTypes can be found at: https://qt.gitorious.org/qtplayground/mimetypes

Qt5 build:
    Qt5


Configuration
============
libqtxdg uses the CMake build system. Everything that applies to CMake also
applies here.

Configuration options:
    USE_QT5     	Builds with Qt5, defaults to then environment variable
                        with the same name.

    USE_QTMIMETYPES	It only affects the Qt4 build. Builds using QtMimeTypes.
			Defaults to On. If set to OFF libmagic will be used.

    BUILD_TESTS         Builds tests, defaults to OFF

Configuration Examples:
    Build with Qt5 and build self tests:
        cmake -DUSE_QT5=ON -DBUILD_TESTS=ON ..

    Build with Qt4 and no tests using QtMimeTypes
        cmake -DUSE_QT5=OFF ..

    Build with Qt4, no tests and using libmagic
        cmake -DUSE_QT5=OFF -DUSE_QTMIMETYPES=OFF ..

libqtxdg's People

Contributors

agaida avatar amoskvin avatar helix84 avatar ilya87 avatar jleclanche avatar kuzmas avatar librehat avatar luis-pereira avatar malrama avatar paulolieuthier avatar pcman avatar peterjespersen avatar plfiorini avatar pvanek avatar sokoloffa avatar surlykke avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.