gstreamer_test_apps/QtGSTPlayer/QtGSTPlayer.pro
changeset 20 7e3786c5ed27
parent 18 5824eee55f42
equal deleted inserted replaced
19:24ed0baaf8e5 20:7e3786c5ed27
     5 
     5 
     6 # ============================================================================
     6 # ============================================================================
     7 #  Name        : QtGSTPlayer.pro
     7 #  Name        : QtGSTPlayer.pro
     8 #  Part of     : LibHb / gstplayer
     8 #  Part of     : LibHb / gstplayer
     9 #  Description : Project definition file for simple gstplayer
     9 #  Description : Project definition file for simple gstplayer
    10 #  Version     : %version: 1 %
    10 #  Version     : %version: 2 %
    11 #
    11 #
    12 #  Copyright ? 2008 Nokia.  All rights reserved.
    12 #  Copyright ? 2008 Nokia.  All rights reserved.
    13 #  This material, including documentation and any related computer
    13 #  This material, including documentation and any related computer
    14 #  programs, is protected by copyright controlled by Nokia.  All
    14 #  programs, is protected by copyright controlled by Nokia.  All
    15 #  rights are reserved.  Copying, including reproducing, storing,
    15 #  rights are reserved.  Copying, including reproducing, storing,
    19 #  without the prior written consent of Nokia.
    19 #  without the prior written consent of Nokia.
    20 # ============================================================================
    20 # ============================================================================
    21 #
    21 #
    22 
    22 
    23 TEMPLATE = app
    23 TEMPLATE = app
    24 TARGET = 
    24 TARGET = QtGSTPlayer
    25 DEPENDPATH += .
    25 DEPENDPATH += .
    26 INCLUDEPATH += .
    26 HEADERS += folderview.h record_play.h views.h
    27 
    27     
    28 # Input
       
    29 SOURCES += main.cpp folderview.cpp views.cpp record_play.c
    28 SOURCES += main.cpp folderview.cpp views.cpp record_play.c
    30 HEADERS += folderview.h views.h
       
    31 
    29 
    32 RESOURCES += QtGSTPlayer.qrc
    30 RESOURCES += QtGSTPlayer.qrc
       
    31 DEFINES += HB_GESTURE_FW HB_EFFECTS
    33 
    32 
       
    33 INCLUDEPATH += /epoc32/include/mw/hb/hbcore \
       
    34 	/epoc32/include/mw/hb/hbfeedback \
       
    35 	/epoc32/include/mw/hb/hbinput \
       
    36 	/epoc32/include/mw/hb/hbutils \
       
    37 	/epoc32/include/mw/hb/hbwidgets \
       
    38 	MW_LAYER_SYSTEMINCLUDE \
       
    39 	OS_LAYER_LIBC_SYSTEMINCLUDE \
       
    40 	OS_LAYER_GLIB_SYSTEMINCLUDE \
       
    41 	MW_LAYER_GSTREAMER_SYSTEMINCLUDE
       
    42 
       
    43 #UNIX style Lib inclusion	
       
    44 LIBS += -lhbcore -lhbwidgets -llibglib -llibgobject -llibgthread \
       
    45 	-llibgstreamer -llibgstbase -llibgstcontroller		
       
    46 
       
    47 
       
    48 symbian {
       
    49 		TARGET.UID2 = 0x2002c391
       
    50 		TARGET.UID3 = 0x2002c392
       
    51 		TARGET.EPOCHEAPSIZE = 0x100000 0x10000000
       
    52 		TARGET.CAPABILITY += All -Tcb
       
    53 		}
       
    54 		
       
    55