summaryrefslogtreecommitdiffstats
path: root/old/qtbindings/README
diff options
context:
space:
mode:
Diffstat (limited to 'old/qtbindings/README')
-rw-r--r--old/qtbindings/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/qtbindings/README b/old/qtbindings/README
new file mode 100644
index 0000000..af3cf41
--- /dev/null
+++ b/old/qtbindings/README
@@ -0,0 +1,13 @@
+==== QT BINDINGS FOR QTSCRIPT =================================================
+
+ QtUiTest requires Qt bindings for QtScript, to allow certain Qt classes
+ (such as QTime) to be used in QtUiTest test scripts.
+
+ The bindings have been generated using the QtScript Bindings Generator,
+ which can be downloaded from:
+
+ http://qt.gitorious.org/qt-labs/qtscriptgenerator
+
+ Some modifications have been made to the generated code, including the addition
+ of license headers, removal of some classes not supported on all platforms,
+ and other minor changes.