From 71b64b2544f81814078f97f0f52bc31c8ce19296 Mon Sep 17 00:00:00 2001 From: aavit Date: Thu, 31 Jan 2013 12:01:54 +0100 Subject: Initial commit - Long live the B2Qt utils! --- src/imports/utils/utils.pro | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/imports/utils/utils.pro (limited to 'src/imports/utils/utils.pro') diff --git a/src/imports/utils/utils.pro b/src/imports/utils/utils.pro new file mode 100644 index 0000000..a589b46 --- /dev/null +++ b/src/imports/utils/utils.pro @@ -0,0 +1,14 @@ +CXX_MODULE = qml +TARGET = qtdroidutilsplugin +TARGETPATH = QtDroid/Utils +IMPORT_VERSION = 1.0 + +QT += qml + +SOURCES += plugin.cpp + +### kludge +INCLUDEPATH += $$PWD/../../../include +LIBS += -L$$PWD/../../../lib -lQt5DroidUtils + +load(qml_plugin) -- cgit v1.2.3