Ignore:
Timestamp:
Oct 7, 2009, 9:22:41 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

corelib: QProcess: Implicitly prepend the path to the executable to BEGINLIBPATH to make sure DLLs are searched there first (#84).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/corelib/io/qprocess_os2.cpp

    r214 r215  
    870870        errno = ENOENT;
    871871    } else {
     872
     873
     874
     875
     876
     877
     878
     879
     880
     881
     882
     883
     884
     885
     886
     887
     888
     889
     890
     891
     892
     893
     894
     895
     896
     897
     898
     899
     900
     901
     902
     903
     904
    872905        pid = spawnvpe(mode, fullProgramName, argv, envv);
     906
     907
     908
     909
     910
    873911    }
    874912
Note: See TracChangeset for help on using the changeset viewer.