notes/notesui/notesapplication/notesapplication.pro
changeset 55 2c54b51f39c4
parent 45 b6db4fd4947b
child 70 a5ed90760192
equal deleted inserted replaced
51:0b38fc5b94c6 55:2c54b51f39c4
    18 CONFIG += hb
    18 CONFIG += hb
    19 TARGET = notes
    19 TARGET = notes
    20 INCLUDEPATH += \
    20 INCLUDEPATH += \
    21 		. \
    21 		. \
    22 		../notesappcontroller/inc \
    22 		../notesappcontroller/inc \
    23 		../../inc
    23 		../../inc \
       
    24 		./traces
    24 
    25 
    25 DEPENDPATH += \
    26 DEPENDPATH += \
    26 		. \
    27 		. \
    27 		./src \
    28 		./src \
       
    29 		./inc \
    28 		../../data
    30 		../../data
    29 
    31 
    30 symbian: {
    32 symbian: {
    31 	TARGET.CAPABILITY = ALL -TCB
    33 	TARGET.CAPABILITY = ALL -TCB
    32 	TARGET.EPOCALLOWDLLDATA = 1
    34 	TARGET.EPOCALLOWDLLDATA = 1
    49 	DEPLOYMENT += notes
    51 	DEPLOYMENT += notes
    50 	
    52 	
    51 	SKINICON = qtg_large_notes
    53 	SKINICON = qtg_large_notes
    52 }
    54 }
    53 
    55 
    54 SOURCES += main.cpp
    56 SOURCES += \
       
    57 		main.cpp \
       
    58 		notesapplication.cpp
       
    59 
       
    60 HEADERS += \
       
    61 		notesapplication.h
    55 
    62 
    56 RESOURCES += notes.qrc
    63 RESOURCES += notes.qrc
    57 
    64 
    58 TRANSLATIONS += notes.ts
    65 TRANSLATIONS += notes.ts
    59 
    66