diff options
author | Sami Merila <sami.merila@nokia.com> | 2010-03-05 09:08:37 (GMT) |
---|---|---|
committer | Sami Merila <sami.merila@nokia.com> | 2010-03-05 09:08:37 (GMT) |
commit | 5dba125fb953718d8282ff317a6ff34b612bcf45 (patch) | |
tree | ebdf2ada09d08e9ec6ae5c36f38a81911ec96a89 /tests/auto/script.pro | |
parent | 68eea46d309ff82e45c243a7689013f36454c85b (diff) | |
parent | 92c42901344ae654d8bc102e566d47d735cb3954 (diff) | |
download | Qt-5dba125fb953718d8282ff317a6ff34b612bcf45.zip Qt-5dba125fb953718d8282ff317a6ff34b612bcf45.tar.gz Qt-5dba125fb953718d8282ff317a6ff34b612bcf45.tar.bz2 |
Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6
Diffstat (limited to 'tests/auto/script.pro')
-rw-r--r-- | tests/auto/script.pro | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/auto/script.pro b/tests/auto/script.pro new file mode 100644 index 0000000..06f51b5 --- /dev/null +++ b/tests/auto/script.pro @@ -0,0 +1,16 @@ +TEMPLATE=subdirs +SUBDIRS=\ + qscriptable \ + qscriptclass \ + qscriptcontext \ + qscriptcontextinfo \ + qscriptengine \ + qscriptengineagent \ + qscriptenginedebugger \ + qscriptextqobject \ + qscriptjstestsuite \ + qscriptstring \ + qscriptv8testsuite \ + qscriptvalue \ + qscriptvalueiterator \ + |