diff options
author | aavit <qt-info@nokia.com> | 2010-11-25 11:14:51 (GMT) |
---|---|---|
committer | aavit <qt-info@nokia.com> | 2010-11-25 11:18:46 (GMT) |
commit | 73fb20bc600546e5c7d7e0ad41b28a9b7856665a (patch) | |
tree | 937d38889496f139742ec6dabbee60779353f4c4 /tests/arthur/common | |
parent | b3df558742f6eab6971f2c483bba19c308b7d1ff (diff) | |
download | Qt-73fb20bc600546e5c7d7e0ad41b28a9b7856665a.zip Qt-73fb20bc600546e5c7d7e0ad41b28a9b7856665a.tar.gz Qt-73fb20bc600546e5c7d7e0ad41b28a9b7856665a.tar.bz2 |
Avoid race condition: don't quit until new executable is ready
Diffstat (limited to 'tests/arthur/common')
-rw-r--r-- | tests/arthur/common/baselineprotocol.pri | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/arthur/common/baselineprotocol.pri b/tests/arthur/common/baselineprotocol.pri index 996f9d5..62e38a6 100644 --- a/tests/arthur/common/baselineprotocol.pri +++ b/tests/arthur/common/baselineprotocol.pri @@ -1,4 +1,5 @@ INCLUDEPATH += $$PWD +DEPENDPATH += $$PWD QT *= network |