Changeset 66 for psi/trunk/libpsi


Ignore:
Timestamp:
Sep 23, 2006, 9:13:14 PM (19 years ago)
Author:
dmik
Message:

Psi: Fixed multi-platform builds.

Location:
psi/trunk/libpsi/psiwidgets
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • psi/trunk/libpsi/psiwidgets/psiwidgets.pri

    r2 r66  
    2929
    3030        # where to search for widgets plugin
    31         QMAKE_UIC += -L $$WIDGETS_CPP
     31        isEmpty( OS ) {
     32                QMAKE_UIC += -L $$WIDGETS_CPP
     33        } else {
     34                QMAKE_UIC += -L $$WIDGETS_CPP/lib$$OS
     35        }
    3236}
  • psi/trunk/libpsi/psiwidgets/psiwidgets.pro

    r56 r66  
    4747        UI_DIR         = .$$OS/.ui
    4848}
     49
     50DESTDIR = lib$$OS
Note: See TracChangeset for help on using the changeset viewer.