Changeset 846 for trunk/demos/spectrum/3rdparty/fftreal
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/demos/spectrum/3rdparty/fftreal/fftreal.pro
r769 r846 1 2 3 4 1 5 TEMPLATE = lib 2 6 TARGET = fftreal … … 30 34 symbian { 31 35 # Provide unique ID for the generated binary, required by Symbian OS 32 TARGET.UID3 = 0xA000E 3FB36 TARGET.UID3 = 0xA000E 33 37 TARGET.CAPABILITY = UserEnvironment 38 39 40 41 34 42 } else { 35 macx { 36 CONFIG += lib_bundle 37 } else { 38 DESTDIR = ../../bin 39 } 40 } 43 !symbian: DESTDIR = ../..$${spectrum_build_dir} 44 } 41 45 42 46 # Install -
trunk/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.cpp
r769 r846 1 1 /*************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** Contact: Nokia Corporation ([email protected]) 5 5 ** -
trunk/demos/spectrum/3rdparty/fftreal/fftreal_wrapper.h
r769 r846 1 1 /*************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** Contact: Nokia Corporation ([email protected]) 5 5 **
Note:
See TracChangeset
for help on using the changeset viewer.