diff options
author | Martin Aumueller <aumuell@reserv.at> | 2009-01-02 11:44:22 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2009-01-13 11:14:02 +0100 |
commit | b9a6f48151c3b2cc05c4028f163978e724600cf5 (patch) | |
tree | 1d04a399fbbdede976be7d53397de1ea5bd81cc0 | |
parent | 4f68f29fe3c91058f2c7ca010d5a6a33ba6665ae (diff) | |
download | qt-creator-b9a6f48151c3b2cc05c4028f163978e724600cf5.tar.gz |
fix source path of fakevim plugin
-rw-r--r-- | tests/auto/fakevim/fakevim.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/fakevim/fakevim.pro b/tests/auto/fakevim/fakevim.pro index 29936b2568..539a40f335 100644 --- a/tests/auto/fakevim/fakevim.pro +++ b/tests/auto/fakevim/fakevim.pro @@ -1,7 +1,7 @@ QT += testlib -FAKEVIMSOURCE = /data/qt-creator/src/plugins/fakevim +FAKEVIMSOURCE = ../../../src/plugins/fakevim INCLUDEPATH += $$FAKEVIMSOURCE |