Changeset f29549ec20 in tspsg
- Timestamp:
- Sep 15, 2010, 4:57:37 PM (14 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- 131c5fc3ba
- Parents:
- cac8759dba
- git-author:
- Oleksii Serdiuk <contacts@…> (09/15/10 16:57:37)
- git-committer:
- Oleksii Serdiuk <contacts@…> (06/29/12 19:45:57)
- Files:
-
- 23 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
install.pri
rcac8759dba rf29549ec20 58 58 $$[QT_INSTALL_BINS]/libgcc_s_dw2-1.dll 59 59 } 60 iconengines.files = $$[QT_INSTALL_PLUGINS]/iconengines/qsvgicon$${D}4.dll61 iconengines.path = $$PREFIX/TSPSG/iconengines60 # iconengines.files = $$[QT_INSTALL_PLUGINS]/iconengines/qsvgicon$${D}4.dll 61 # iconengines.path = $$PREFIX/TSPSG/iconengines 62 62 imageformats.files = $$[QT_INSTALL_PLUGINS]/imageformats/qjpeg$${D}4.dll \ 63 63 $$[QT_INSTALL_PLUGINS]/imageformats/qtiff$${D}4.dll 64 64 imageformats.path = $$PREFIX/TSPSG/imageformats 65 INSTALLS += i conengines imageformats65 INSTALLS += imageformats # iconengines 66 66 } 67 67 … … 75 75 76 76 DEPLOYMENT += target share docs # l10n 77 # DEPLOYMENT_PLUGIN += qjpeg qtiff 77 # DEPLOYMENT_PLUGIN += qjpeg qtiff qsvgicon 78 78 } 79 79 … … 101 101 "\"COPYING\" - \"\", FILETEXT, TEXTEXIT" 102 102 DEPLOYMENT += share docs # l10n 103 # DEPLOYMENT_PLUGIN += qjpeg qtiff 103 # DEPLOYMENT_PLUGIN += qjpeg qtiff qsvgicon 104 104 105 105 ICON = resources/tspsg.svg -
src/globals.h
rcac8759dba rf29549ec20 130 130 #define ICON_SIZE "32x32" 131 131 #define ICON_FORMAT "png" 132 #elif !defined(NOSVG)133 #define ICON_SIZE "scalable"134 #define ICON_FORMAT "svgz"135 132 #else 136 133 #define ICON_SIZE "128x128" -
tspsg.pri
rcac8759dba rf29549ec20 40 40 l10n/l10n.qrc 41 41 42 !wincewm*:!symbian { 43 !nosvg { 44 RESOURCES += resources/desktop-scalable.qrc 45 } else { 46 RESOURCES += resources/desktop.qrc 47 } 42 wincewm*|symbian { 43 RESOURCES += resources/handheld.qrc 48 44 } else { 49 RESOURCES += resources/ handheld.qrc45 RESOURCES += resources/desktop.qrc 50 46 } 51 47 -
tspsg.pro
rcac8759dba rf29549ec20 39 39 REVISION = $$replace(REVISION,":","") 40 40 REVISION = $$replace(REVISION,"M","") 41 #VERSION = $$sprintf("%1.%2.%3.%4",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR,$$BUILD_RELEASE,$$REVISION)42 41 win32-msvc*|wincewm* { 43 42 VERSION = $$sprintf("%1.%2",$$BUILD_VERSION_MAJOR,$$BUILD_VERSION_MINOR)
Note: See TracChangeset
for help on using the changeset viewer.