X-Git-Url: http://git.maemo.org/git/?p=mverbiste;a=blobdiff_plain;f=mverbiste.pro;h=7e2058d993dda68b3f46ef41e0839cb3c2398818;hp=df50c4c6693de07c36d1163a61f63220f7c4aedf;hb=cc29d6597f6d75d9cb2daeadc30ab3745917206b;hpb=7f6d176efe9d6065af9ffd49b562db7b882fc2e7 diff --git a/mverbiste.pro b/mverbiste.pro index df50c4c..7e2058d 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,24 +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 += VERSTR=\\\"1.0\\\" + +# For verbiste DEFINES += ICONV_CONST= -CONFIG(simulator) { # Build to run on simulator. This needs the - # argument CONFIG+=simulator in the config of "Qt Simulator" target. +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\\\" }