Changeset 631 for trunk/tools/assistant/compat
- Timestamp:
- Mar 4, 2010, 9:03:38 PM (15 years ago)
- Location:
- trunk/tools/assistant/compat
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/assistant/compat/assistant.pro
r552 r631 57 57 } 58 58 59 os2 { 60 RC_FILE = assistant_os2.rc 61 } 62 59 63 mac { 60 64 ICON = assistant.icns -
trunk/tools/assistant/compat/compat.pro
r552 r631 57 57 } 58 58 59 os2 { 60 RC_FILE = assistant_os2.rc 61 } 62 59 63 mac { 60 64 ICON = assistant.icns -
trunk/tools/assistant/compat/lib/lib.pro
r561 r631 2 2 QT += network 3 3 TARGET = QtAssistantClient 4 os2:TARGET_SHORT = QtAsCl 5 4 6 isEmpty(QT_MAJOR_VERSION) { 5 7 VERSION=4.3.0 -
trunk/tools/assistant/compat/mainwindow.cpp
r561 r631 377 377 QUrl url(name); 378 378 379 #if defined(Q_OS_WIN32) 379 #if defined(Q_OS_WIN32) || defined(Q_OS_OS2) 380 380 if (!url.isValid() || url.scheme().isEmpty() || url.scheme().toLower() != QLatin1String("file:")) { 381 381 int i = name.indexOf(QLatin1Char('#'));
Note:
See TracChangeset
for help on using the changeset viewer.