userguide/Userguide.pro
changeset 15 c0dfc135a46c
parent 13 1eb8015a8491
child 18 375271912456
child 26 97d7f0705d0a
equal deleted inserted replaced
13:1eb8015a8491 15:c0dfc135a46c
    47 			src/HelpDataProvider.cpp \
    47 			src/HelpDataProvider.cpp \
    48 			src/HelpUtils.cpp \
    48 			src/HelpUtils.cpp \
    49 			src/HelpProxyModel.cpp \
    49 			src/HelpProxyModel.cpp \
    50 			src/HelpStandardItem.cpp
    50 			src/HelpStandardItem.cpp
    51 
    51 
    52 win32 {
       
    53     SOURCES += src/HelpUtils_win.cpp
       
    54 }
       
    55 
       
    56 symbian {
    52 symbian {
    57 	TARGET.UID3 = 0x10005234
    53 	TARGET.UID3 = 0x10005234
    58   	TARGET.CAPABILITY = CAP_APPLICATION
    54   	TARGET.CAPABILITY = CAP_APPLICATION
    59   	TARGET.EPOCHEAPSIZE = 0x020000 0x1000000
    55   	TARGET.EPOCHEAPSIZE = 0x020000 0x1000000
    60 
    56 
    61   	LIBS += -lezip -lxqservice -lxqserviceutil
    57   	LIBS += -lezip -lxqservice -lxqserviceutil
    62   	include(rom/userguide.pri)
    58   	include(rom/userguide.pri)
    63 }
    59 }
    64 				
    60 				
       
    61 ICON = resources/qtg_large_help.svg
    65 RESOURCES += resources/Userguide.qrc
    62 RESOURCES += resources/Userguide.qrc
    66 
    63 
    67 debug: DESTDIR = ./debug
    64 debug: DESTDIR = ./debug
    68 release: DESTDIR = ./release
    65 release: DESTDIR = ./release