summaryrefslogtreecommitdiffstats
path: root/demos/spectrum/app/app.pro
Commit message (Collapse)AuthorAgeFilesLines
* 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