Changeset 892
- Timestamp:
- Jul 14, 2011, 11:02:03 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r879 r892 344 344 G.QT_INSTALL_BINS = "" 345 345 G.QT_INSTALL_PLUGINS = "" 346 G.QT_INSTALL_IMPORTS = "" 346 347 G.QT_INSTALL_DATA = "" 347 348 G.QT_INSTALL_TRANSLATIONS = "" … … 445 446 when (a == "plugindir") then 446 447 opt = 'G.QT_INSTALL_PLUGINS' 448 when (a == "importdir") then 449 opt = 'G.QT_INSTALL_IMPORTS' 447 450 when (a == "demosdir") then 448 451 opt = 'G.QT_INSTALL_DEMOS' … … 730 733 if (G.QT_INSTALL_PLUGINS == "") then 731 734 G.QT_INSTALL_PLUGINS = "plugins" 735 /* imports */ 736 if (G.QT_INSTALL_IMPORTS == "") then 737 G.QT_INSTALL_IMPORTS = "imports" 732 738 /* data */ 733 739 if (G.QT_INSTALL_DATA == "") then … … 831 837 '#define QT_CONFIGURE_BINARIES_PATH "'CPPPath(G.QT_INSTALL_BINS)'"'G.EOL||, 832 838 '#define QT_CONFIGURE_PLUGINS_PATH "'CPPPath(G.QT_INSTALL_PLUGINS)'"'G.EOL||, 839 '#define QT_CONFIGURE_IMPORTS_PATH "'CPPPath(G.QT_INSTALL_IMPORTS)'"'G.EOL||, 833 840 '#define QT_CONFIGURE_DATA_PATH "'CPPPath(G.QT_INSTALL_DATA)'"'G.EOL||, 834 841 '#define QT_CONFIGURE_TRANSLATIONS_PATH "'CPPPath(G.QT_INSTALL_TRANSLATIONS)'"'G.EOL||,
Note:
See TracChangeset
for help on using the changeset viewer.