X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=mverbiste.pro;h=9c87f542269f5c421d58d37f50e160940faf6213;hp=0e6f13e33431f0ab2d1895e7e090c98015a6b6f9;hb=b4a519e408bcee4ca92c825916a388c4887affb4;hpb=dc026ba96117d25cfccb8a1de30341810bede0b0 diff --git a/mverbiste.pro b/mverbiste.pro index 0e6f13e..9c87f54 100644 --- a/mverbiste.pro +++ b/mverbiste.pro @@ -2,8 +2,9 @@ # by adapting the examples below. # file1.source = myfile # dir1.source = mydir -DEPLOYMENTFOLDERS = xmldata # file1 dir1 +DEPLOYMENTFOLDERS = xmldata icon # file1 dir1 xmldata.source = data +icon.source = icons symbian:TARGET.UID3 = 0xE214283E @@ -28,13 +29,15 @@ SOURCES += main.cpp mainwindow.cpp \ verbiste/misc-types.cpp \ verbiste/FrenchVerbDictionary.cpp \ verbiste/c-api.cpp \ - gui/conjugation.cpp + gui/conjugation.cpp \ + about.cpp HEADERS += mainwindow.h \ verbiste/Trie.h \ verbiste/misc-types.h \ verbiste/FrenchVerbDictionary.h \ verbiste/c-api.h \ - gui/conjugation.h + gui/conjugation.h \ + about.h FORMS += mainwindow.ui # Please do not modify the following two lines. Required for deployment. @@ -54,27 +57,23 @@ OTHER_FILES += \ qtc_packaging/debian_fremantle/copyright \ qtc_packaging/debian_fremantle/control \ qtc_packaging/debian_fremantle/compat \ - qtc_packaging/debian_fremantle/changelog \ - verbiste/verbiste.dox \ - verbiste/Makefile.in \ - verbiste/Makefile.am \ - gui/Makefile.in \ - gui/Makefile.am + qtc_packaging/debian_fremantle/changelog # To build verbiste unix: CONFIG += link_pkgconfig unix: PKGCONFIG += libxml-2.0 -DEFINES += ICONV_CONST= +DEFINES += VERSTR=\\\"1.1\\\" -simulator { - DEFINES += LIBDATADIR=\\\"$$PWD/data\\\" -} +# For verbiste +DEFINES += ICONV_CONST= simulator { # Build to run on simulator. DEFINES += LIBDATADIR=\\\"$$PWD/data\\\" + DEFINES +=ICONFILE=\\\"$$PWD/icons/mverbiste160.png\\\" } else { # installPrefix must be explicitly exported from deployment.pri first DEFINES += LIBDATADIR=\\\"$${installPrefix}/data\\\" + DEFINES +=ICONFILE=\\\"$${installPrefix}/icons/mverbiste160.png\\\" }