Sfoglia il codice sorgente

qmplplugindump added parameter -nonrelocatable for better integration in qt creqtor

Reinhard Russinger 7 anni fa
parent
commit
495e5012e8
2 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 3 3
      plugins.qmltypes
  2. 2 2
      sqldatabase.pro.user

+ 3 - 3
plugins.qmltypes

@@ -4,14 +4,14 @@ import QtQuick.tooling 1.2
 // It is used for QML tooling purposes only.
 //
 // This file was auto-generated by:
-// 'qmlplugindump gfa.plugins.qml 1.0'
+// 'qmlplugindump -nonrelocatable gfa.plugins.qml 1.0'
 
 Module {
     dependencies: ["QtQuick 2.7"]
     Component {
         name: "SqlDatabase"
         prototype: "QObject"
-        exports: ["SqlDatabase 1.0"]
+        exports: ["gfa.plugins.qml/SqlDatabase 1.0"]
         exportMetaObjectRevisions: [0]
         Property { name: "hostName"; type: "string" }
         Property { name: "databaseName"; type: "string" }
@@ -35,7 +35,7 @@ Module {
     Component {
         name: "SqlQuery"
         prototype: "QObject"
-        exports: ["SqlQuery 1.0"]
+        exports: ["gfa.plugins.qml/SqlQuery 1.0"]
         isCreatable: false
         exportMetaObjectRevisions: [0]
         Method { name: "next"; type: "bool" }

+ 2 - 2
sqldatabase.pro.user

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE QtCreatorProject>
-<!-- Written by QtCreator 4.4.0, 2017-10-09T08:22:34. -->
+<!-- Written by QtCreator 4.4.0, 2017-10-10T08:09:33. -->
 <qtcreator>
  <data>
   <variable>EnvironmentId</variable>
@@ -8,7 +8,7 @@
  </data>
  <data>
   <variable>ProjectExplorer.Project.ActiveTarget</variable>
-  <value type="int">1</value>
+  <value type="int">0</value>
  </data>
  <data>
   <variable>ProjectExplorer.Project.EditorSettings</variable>