diff options
author | Arvid Ephraim Picciani <arvid.picciani@nokia.com> | 2010-08-17 19:28:45 (GMT) |
---|---|---|
committer | Arvid Ephraim Picciani <arvid.picciani@nokia.com> | 2010-08-27 14:59:16 (GMT) |
commit | 3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8e (patch) | |
tree | e299b1dbc2820c902eed9632b97e63c62f7308b0 /tests/auto/qpluginloader/tst | |
parent | de4fdc9743b4b4261ecf86b8891441ea293ba489 (diff) | |
download | Qt-3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8e.zip Qt-3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8e.tar.gz Qt-3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8e.tar.bz2 |
Optimize plugin loading on ELF platforms
Diffstat (limited to 'tests/auto/qpluginloader/tst')
-rw-r--r-- | tests/auto/qpluginloader/tst/tst.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qpluginloader/tst/tst.pro b/tests/auto/qpluginloader/tst/tst.pro index 2d757e7..e270120 100644 --- a/tests/auto/qpluginloader/tst/tst.pro +++ b/tests/auto/qpluginloader/tst/tst.pro @@ -27,3 +27,5 @@ symbian: { DEPLOYMENT += libDep pluginDep } + +DEFINES += SRCDIR=\\\"$$PWD/../\\\" |