Changeset 631 for trunk/tools/assistant
- Timestamp:
- Mar 4, 2010, 9:03:38 PM (15 years ago)
- Location:
- trunk/tools/assistant
- Files:
-
- 4 added
- 7 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('#')); -
trunk/tools/assistant/lib/fulltextsearch/fulltextsearch.pro
r2 r631 13 13 TEMPLATE = lib 14 14 TARGET = QtCLucene 15 os2:TARGET_SHORT = QtCLuc 16 15 17 DEFINES += QHELP_LIB 16 18 include(../../../../src/qbase.pri) -
trunk/tools/assistant/lib/fulltextsearch/qclucene-config_p.h
r561 r631 205 205 #endif 206 206 207 #if !defined(__MINGW32__) 207 #if !defined(__MINGW32__) && !defined(__OS2__) 208 208 /* Define if you have POSIX threads libraries and header files. */ 209 209 # ifndef _CL_HAVE_PTHREAD -
trunk/tools/assistant/tools/assistant/assistant.pro
r561 r631 73 73 } 74 74 75 os2 { 76 RC_FILE = assistant_os2.rc 77 } 78 75 79 mac { 76 80 ICON = assistant.icns
Note:
See TracChangeset
for help on using the changeset viewer.