diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-05-25 13:12:02 +0200 |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-05-25 13:12:02 +0200 |
commit | 88abca461b554628b3deb47f2b379f5a36c62f30 (patch) | |
tree | e1f247b853f86e33cadbb4161a0377766b24eca3 /demos/spectrum | |
parent | 5579af0f12bb6bae1eaf03ed514dab8557b84954 (diff) | |
download | qt4-tools-88abca461b554628b3deb47f2b379f5a36c62f30.tar.gz |
Make link on linux/symbian
On systems where libs don't automagically go to the system dirs we need
to add the build dir for using the lib.
Diffstat (limited to 'demos/spectrum')
-rw-r--r-- | demos/spectrum/app/app.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/spectrum/app/app.pro b/demos/spectrum/app/app.pro index 8d7ce8e581..257675ca52 100644 --- a/demos/spectrum/app/app.pro +++ b/demos/spectrum/app/app.pro @@ -57,6 +57,7 @@ symbian { symbian { # Must explicitly add the .dll suffix to ensure dynamic linkage LIBS += -lfftreal.dll + QMAKE_LIBDIR += $${fftreal_dir} } else { macx { # Link to fftreal framework |