Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added qrencode QML plugin #1

Merged
merged 4 commits into from Jul 30, 2012
Merged

Added qrencode QML plugin #1

merged 4 commits into from Jul 30, 2012

Conversation

tswindell
Copy link
Contributor

*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.#ifndef GRANDEWEBRUNTIME_H
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that ifndef belongs there :-p

@rburchell
Copy link
Contributor

I assume a relicense (GPLv2 -> LGPL, at least) is out of the question?

- Minor source change to make more succinct
- Removed "ordered" CONFIG from qrencoder.pro
- Fixed erroneous installation path for qmldir in qrencoder.pro

Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
@tswindell
Copy link
Contributor Author

Updated

@@ -0,0 +1,4 @@
TEMPLATE = subdirs
CONFIG = ordered
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no need for ordered here: you only have one subdir and this will (inadvertently) make it slow when you add more.

the correct way to do things is to use .depends on a target, btw, not use ordered builds - except as a last resort

Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
CONFIG = qt plugin link_pkgconfig

packagesExist(libqrencode) {
PKGCONFIG += libqrencode
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one more trick which we'll have to do, is to set DEFINES += HAVE_QRENCODE, and in the source, guard all includes/usages of API with it

…encode backend.

Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
rburchell added a commit that referenced this pull request Jul 30, 2012
Added qrencode QML plugin
@rburchell rburchell merged commit c6954d2 into nemomobile-graveyard:master Jul 30, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants