{ "info": { "author": "Edouard DUPIN", "author_email": "yui.heero@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", "Programming Language :: Python", "Topic :: Software Development :: Build Tools" ], "description": "qworktree\n=====\n\n`qworktree` is a simple tool to permit to manage a qt worktree without managing the main xxx.pro.\n\nIt is designed to create the main pro file at the root path of the tree (where you execute it it.\n\nIt have some containts that I does not arrive to remove:\n\n* need to declate the MK_FEATURE element\n* generate 2 file in the root directory\n\n\n[![Badge](https://badge.fury.io/py/qworktree.png](https://pypi.python.org/pypi/qworktree)\n\n\nInstructions\n------------\n\nThis tool is to create the main .pro file of your worktree\n\nqworktree is under a FREE license that can be found in the LICENSE file.\nAny contribution is more than welcome ;)\n\ngit repository\n--------------\n\nhttp://github.com/HeeroYui/qworktree/\n\nInstallation\n------------\n\nRequirements: ``Python >= 2.7`` and ``pip``\n\nJust run:\n```\npip install qworktree\n```\n\nInstall pip on debian/ubuntu:\n```\nsudo apt-get install pip\n```\n\nInstall pip on ARCH-linux:\n```\nsudo pacman -S pip\n```\n\nInstall pip on MacOs:\n```\nsudo easy_install pip\n```\n\nUsage\n-----\n\nDownload your worktree and run the command\n\n```\nqworktree\nexport QMAKEFEATURES=`pwd`/mkfeatures\nmkdir build\ncd build\nqmake ..\n```\n\nthe qworktree will generate local files\n\n```\nfolder_name.pro ==> the file of the worktree description\ndefines.prf ==> a file that define a list of dependency macro\n```\n\nCreating the needed elements\n----------------------------\n\n1: Need a mkfeature to add an include to determine the main root worktree: ```mkfeatures/root_directory.prf```\n\n```\nROOT_DIRETORY += $${PWD}/..\nROOT_DEFINES += $${PWD}/../defines.prf\nload(../defines.prf)\n```\n\n2: Create a file in your library/plugin/application folder: ```folderName/qworktree_folderName.py```\n\n```\n#!/usr/bin/python\n# -*- coding: utf-8 -*-\ndepend_on = [\n\"depend_worktree_lib1_name\",\n\"depend_worktree_lib2_name\"\n\t]\n```\n\n3: Create a file in your worktree with the dependency property: ```folderName/dependencies.pri```\n\n```\nINCLUDEPATH += $$PWD\nLIBS *= -llibraryName\n```\n\n4: Import the library elements:\n\n```\n load(root_directory.prf)\n # request include properties\n include($$ROOT_DIRETORY/$$LIB_DECLARE_DEPENDENCIES_FOLDERNAME1)\n include($$ROOT_DIRETORY/$$LIB_DECLARE_DEPENDENCIES_MYLIB2)\n```\n\nNote that the define is generate in the file ```defines.prf```\n\n\nLicense (MPL v2.0)\n------------------\n\nCopyright qworktree Edouard DUPIN\n\nLicensed under the Mozilla Public License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n\n https://www.mozilla.org/MPL/2.0/\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/HeeroYui/qworktree", "keywords": "qmake worktree build qt", "license": "MPL-2", "maintainer": "", "maintainer_email": "", "name": "qworktree", "package_url": "https://pypi.org/project/qworktree/", "platform": "", "project_url": "https://pypi.org/project/qworktree/", "project_urls": { "Homepage": "http://github.com/HeeroYui/qworktree" }, "release_url": "https://pypi.org/project/qworktree/0.6.1/", "requires_dist": null, "requires_python": "", "summary": "qworktree generator of main Qt .pro file for a full worktree", "version": "0.6.1" }, "last_serial": 5745878, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "dbb6135d764a91c8b33c576c82cc6ac3", "sha256": "97e97b80bf91a1fb851a2dade2b8b092b1938c26df5d885ac6fde8598eb6531a" }, "downloads": -1, "filename": "qworktree-0.1.0.tar.gz", "has_sig": false, "md5_digest": "dbb6135d764a91c8b33c576c82cc6ac3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13301, "upload_time": "2019-04-15T20:33:49", "url": "https://files.pythonhosted.org/packages/99/3f/4241b6067b15390a519e44142a79054142137c0672ad94b05ef5b6c8b745/qworktree-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "d06f1c9ad7b43764ae800f1cbbc4296d", "sha256": "a1752cf3b2508b9bcf801d1b2fb6c8b25ba2a25959bf8c64796c28b53201258f" }, "downloads": -1, "filename": "qworktree-0.2.0.tar.gz", "has_sig": false, "md5_digest": "d06f1c9ad7b43764ae800f1cbbc4296d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13618, "upload_time": "2019-04-16T14:40:47", "url": "https://files.pythonhosted.org/packages/91/c3/f2a82de222a3ed95b825872a112fb049a577b0a127934debba5d9d8e917d/qworktree-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "62785679a05c9840fa4a721b67081960", "sha256": "d0c8cc97f7b938f6ceacb4b15a464475af92d1700e1e8cc75713a2bb692ff741" }, "downloads": -1, "filename": "qworktree-0.3.0.tar.gz", "has_sig": false, "md5_digest": "62785679a05c9840fa4a721b67081960", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13717, "upload_time": "2019-04-16T19:38:51", "url": "https://files.pythonhosted.org/packages/21/ac/55b05fec4d4da567b06dd9ef25d58a69ef313fd4b48945e9e8bdecba3e16/qworktree-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "71ddf9972bda51a92eba1191c544293a", "sha256": "4df17de93cf4fac857f3e9cbad4be97f92ae090bdf9972ff71b889e48ab52f7c" }, "downloads": -1, "filename": "qworktree-0.4.0.tar.gz", "has_sig": false, "md5_digest": "71ddf9972bda51a92eba1191c544293a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 13756, "upload_time": "2019-04-25T13:44:49", "url": "https://files.pythonhosted.org/packages/9a/ab/1e819870c7cb6401170ffd7537d3b631fbcec3638725299ba1633e34ea9f/qworktree-0.4.0.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "c228441ba03d935981ef2804c88098a9", "sha256": "d341ebcf1b6da36b08e23cefa5475b1a0b7a3b1c2cd7946672210d7e6bcdb3e7" }, "downloads": -1, "filename": "qworktree-0.5.0.tar.gz", "has_sig": false, "md5_digest": "c228441ba03d935981ef2804c88098a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12609, "upload_time": "2019-06-28T12:47:19", "url": "https://files.pythonhosted.org/packages/ad/d5/a645df0f3e8b65efb761cd2bb1276eed351e607912e63f786bd00eba8d75/qworktree-0.5.0.tar.gz" } ], "0.6.0": [ { "comment_text": "", "digests": { "md5": "0db143aa222033d96285f6caa50e0fcf", "sha256": "485fefd82c365096a078c4056afabe972ee55b5c78135d68226efc04837f9e66" }, "downloads": -1, "filename": "qworktree-0.6.0.tar.gz", "has_sig": false, "md5_digest": "0db143aa222033d96285f6caa50e0fcf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11106, "upload_time": "2019-08-28T09:26:37", "url": "https://files.pythonhosted.org/packages/a3/33/d65003aa1c1d827d96677a8d8d363c1d919ea4829b7529edfbc28cf04db0/qworktree-0.6.0.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "9f0cda00e313ae5ebc5f23d5f2d0603c", "sha256": "193855332ee75dad32427629e29601ae7405860463448e03339dd2dc711e4dc4" }, "downloads": -1, "filename": "qworktree-0.6.1.tar.gz", "has_sig": false, "md5_digest": "9f0cda00e313ae5ebc5f23d5f2d0603c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12913, "upload_time": "2019-08-28T21:24:29", "url": "https://files.pythonhosted.org/packages/b8/03/ada43ad4c1609e50abb5ae20df50af23b98b9d5f983750ead99054655aee/qworktree-0.6.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9f0cda00e313ae5ebc5f23d5f2d0603c", "sha256": "193855332ee75dad32427629e29601ae7405860463448e03339dd2dc711e4dc4" }, "downloads": -1, "filename": "qworktree-0.6.1.tar.gz", "has_sig": false, "md5_digest": "9f0cda00e313ae5ebc5f23d5f2d0603c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12913, "upload_time": "2019-08-28T21:24:29", "url": "https://files.pythonhosted.org/packages/b8/03/ada43ad4c1609e50abb5ae20df50af23b98b9d5f983750ead99054655aee/qworktree-0.6.1.tar.gz" } ] }