summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/app.pro
Commit message (Collapse)AuthorAgeFilesLines
* Spectrum demo: only use --rpath for linux-g++* mkspecsGareth Stockwell2010-10-111-1/+1
| | | | | Task-number: QTBUG-13940 Reviewed-by: Martin Pejcoch
* Spectrum demo: put binaries into correct locations on WindowsGareth Stockwell2010-10-111-7/+2
| | | | | Task-number: QTBUG-13483 Reviewed-by: Miikka Heikkinen
* Fixed build failureGareth Stockwell2010-08-121-0/+2
| | | | Task-number: QTBUG-12713
* Spectrum demo: fixed installationGareth Stockwell2010-07-061-4/+3
| | | | | | | | | All binaries must be written into $$QT_BUILD_DIR/demos/spectrum in order for them to be correctly installed. Task-number: QTBUG-11572 Task-number: QTBUG-11756 Reviewed-by: Andy Shaw
* Spectrum build: fixed DLL rpathGareth Stockwell2010-07-061-10/+3
| | | | | | | | | | Rather than explicitly modifying LD_LIBRARY_PATH using a shell script when the application is launched, the relative path from the application binary to the FFT library is encoded in the application using an --rpath flag. Task-number: QTBUG-11756 Reviewed-by: Andy Shaw
* Fixed deployment locations for various profiles.axis2010-07-021-1/+1
| | | | RevBy: Trust me
* Merge branch '4.6-s60' into 4.7-s60axis2010-06-241-1/+1
|\ | | | | | | | | | | | | | | Conflicts: src/3rdparty/phonon/qt7/mediaobject.mm src/3rdparty/webkit/VERSION src/3rdparty/webkit/WebCore/ChangeLog src/plugins/phonon/mmf/mmf.pro
| * Updated UIDs for spectrum demoGareth Stockwell2010-06-231-1/+1
| | | | | | | | | | | | Resolving UID clash with other example apps Reviewed-by: Miikka Heikkinen
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-05-291-0/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fix location of QtMultimedia def files Freeze 4.7 def files on top of 4.6.3 Update def files for 4.6.3 Add runtime_graphics_system flag to QApplicationPrivate. Add missign license headers. 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
| * Merge branch '4.7' of scm.dev.troll.no:qt/qt into 4.7Shane Kearns2010-05-261-1/+8
| |\ | | | | | | | | | | | | Conflicts: src/gui/kernel/qapplication_s60.cpp
| * | Make link on linux/symbianThomas Zander2010-05-251-0/+1
| | | | | | | | | | | | | | | On systems where libs don't automagically go to the system dirs we need to add the build dir for using the lib.
| * | Fix shadow building of spectrum demoRhys Weatherley2010-05-211-1/+1
| | | | | | | | | | | | Reviewed-by: trustme
* | | Removed unnecessary PlatSec capabilities from spectrum demo DLLGareth Stockwell2010-05-261-1/+1
| |/ |/| | | | | | | Task-number: QTBUG-10964 Reviewed-by: Miikka Heikkinen
* | Install source for spectrum demoGareth Stockwell2010-05-211-0/+7
| | | | | | | | | | Task-number: QTBUG-10880 Reviewed-by: Thomas Zander
* | Fixed path for copying launcher script for spectrum demoGareth Stockwell2010-05-211-1/+1
|/ | | | | Task-number: QTBUG-10879 Reviewed-by: Thomas Zander
* Corrected headers for spectrum analyzer demoGareth Stockwell2010-05-061-3/+5
| | | | | | | | - Added /3rdparty/ to directory path for FFTReal code - Added missing $QT_BEGIN_LICENSE$, $QT_END_LICENSE$ - Fixed incorrect license in app/wavfile.cpp Reviewed-by: trustme
* Add spectrum analyzer demo appGareth Stockwell2010-05-051-0/+119
This application is a demo which uses the QtMultimedia APIs to capture and play back PCM audio. While either recording or playback is ongoing, the application performs real-time level and frequency spectrum analysis. Reviewed-by: Alessandro Portale