Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/demos/spectrum/3rdparty/fftreal/fftreal.pro

    r769 r846  
     1include(../../spectrum.pri)
     2
     3static: error(This library cannot be built for static linkage)
     4
    15TEMPLATE = lib
    26TARGET   = fftreal
     
    3034symbian {
    3135    # Provide unique ID for the generated binary, required by Symbian OS
    32     TARGET.UID3 = 0xA000E3FB
     36    TARGET.UID3 = 0xA000E403
    3337    TARGET.CAPABILITY = UserEnvironment
     38}
     39
     40macx {
     41    CONFIG += lib_bundle
    3442} else {
    35     macx {
    36         CONFIG += lib_bundle
    37     } else {
    38         DESTDIR = ../../bin
    39     }
    40 }
     43    !symbian: DESTDIR = ../..$${spectrum_build_dir}
     44}
    4145
    4246# Install
Note: See TracChangeset for help on using the changeset viewer.