diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-27 22:23:19 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-05-27 22:23:19 (GMT) |
commit | 0c10a281065c8733516393bcaf532e8d12404861 (patch) | |
tree | f643cf34ca306c7cb5a78dc0a29b4f63950476eb /demos | |
parent | f79ea0ecc9ebca896340babd370638a6cf607419 (diff) | |
parent | 016b89d07478c91617ad345a0b3d7f16d0f8cd21 (diff) | |
download | Qt-0c10a281065c8733516393bcaf532e8d12404861.zip Qt-0c10a281065c8733516393bcaf532e8d12404861.tar.gz Qt-0c10a281065c8733516393bcaf532e8d12404861.tar.bz2 |
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public:
Fix the compilation for tst_qabstractprintdialog and tst_qprinter on symbian.
Make link on linux/symbian
Fix double slashes on few data caging paths
Fix for QRuntimePixmapData serial number setting.
Enable QTouchEvent for S60 5.0
Add missing license header.
Fix build error on S60 3.1 environments
QRuntimeGraphicsSystem
Fix replacement functions in platform_paths.prf
Diffstat (limited to 'demos')
-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 92398ac..a80ae9b 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 |