filebrowser/ui/ui.pro
changeset 31 e7a04a6385be
parent 17 4f2773374eff
child 39 a5449825eaf3
equal deleted inserted replaced
30:d8e625c87f33 31:e7a04a6385be
    19 DEPENDPATH += .
    19 DEPENDPATH += .
    20 INCLUDEPATH += ./inc
    20 INCLUDEPATH += ./inc
    21 load(hb.prf)
    21 load(hb.prf)
    22 symbian:CONFIG -= symbian_i18n
    22 symbian:CONFIG -= symbian_i18n
    23 
    23 
    24 HEADERS += ./inc/filebrowsermainwindow.h \
    24 HEADERS += ./inc/fbmainwindow.h \
    25            ./inc/filebrowserview.h \
    25            ./inc/fbdrivelistviewitem.h \
    26            ./inc/filebrowsermodel.h \
    26            ./inc/fbdrivemodel.h \
       
    27            ./inc/fbdriveview.h \
       
    28            ./inc/fbfilelistviewitem.h \
       
    29            ./inc/fbfilemodel.h \
       
    30            ./inc/fbfileview.h \
       
    31            ./inc/filebrowsersortfilterproxymodel.h \
    27            ./inc/menuaction.h \
    32            ./inc/menuaction.h \
    28            ./inc/filebrowsersettings.h \
    33            ./inc/filebrowsersettings.h \
    29            ./inc/settingsview.h \
    34            ./inc/settingsview.h \
    30            ./inc/editorview.h \
    35            ./inc/editorview.h \
    31            ./inc/searchview.h \
    36            ./inc/searchview.h \
    32            ./inc/enginewrapper.h \
    37            ./inc/enginewrapper.h \
    33            ./inc/notifications.h \
    38            ./inc/notifications.h \
    34            ./inc/fileentry.h \
    39            ./inc/fileentry.h \
    35            ./inc/driveentry.h
    40            ./inc/driveentry.h
    36 SOURCES += ./src/main.cpp \
    41 SOURCES += ./src/main.cpp \
    37            ./src/filebrowsermainwindow.cpp \
    42            ./src/fbmainwindow.cpp \
    38            ./src/filebrowserview.cpp \
    43            ./src/fbdrivelistviewitem.cpp \
    39            ./src/filebrowsermodel.cpp \
    44            ./src/fbdrivemodel.cpp \
       
    45            ./src/fbdriveview.cpp \
       
    46            ./src/fbfilelistviewitem.cpp \
       
    47            ./src/fbfilemodel.cpp \
       
    48            ./src/fbfileview.cpp \
       
    49            ./src/filebrowsersortfilterproxymodel.cpp \
    40            ./src/settingsview.cpp \
    50            ./src/settingsview.cpp \
    41            ./src/editorview.cpp \
    51            ./src/editorview.cpp \
    42            ./src/searchview.cpp \
    52            ./src/searchview.cpp \
    43            ./src/enginewrapper.cpp \
    53            ./src/enginewrapper.cpp \
    44            ./src/notifications.cpp \
    54            ./src/notifications.cpp \