Changeset 236


Ignore:
Timestamp:
Oct 16, 2009, 8:14:59 PM (16 years ago)
Author:
Dmitry A. Kuminov
Message:

Adopted the main .pro file for OS/2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/projects.pro

    r2 r236  
    9090                        (cd qmake && $(MAKE) distclean);
    9191}
    92 win32 {
     92win32|os2 {
    9393  confclean.commands += -$(DEL_FILE) src\core\global\qconfig.h $$escape_expand(\n\t) \
    9494                        -$(DEL_FILE) src\core\global\qconfig.cpp $$escape_expand(\n\t) \
     
    113113#qmake
    114114qmake.path=$$[QT_INSTALL_BINS]
    115 win32 {
     115win32|os2 {
    116116   qmake.files=$$QT_BUILD_TREE/bin/qmake.exe
    117117} else {
Note: See TracChangeset for help on using the changeset viewer.