Changeset f29549ec20 in tspsg for install.pri
- 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)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.