TEMPLATE = lib CONFIG += qt thread warn_on release plugin TARGET = psiwidgets os2:TARGET = psiwgts #target.path = $(QTDIR)/plugins/designer #INSTALLS += target SOURCES += \ psiwidgets.cpp \ fancylabel.cpp \ busywidget.cpp \ iconwidget.cpp \ psitextview.cpp \ psitabwidget.cpp \ psitabbar.cpp HEADERS += \ psiwidgets.h \ fancylabel.h \ busywidget.h \ iconwidget.h \ psitextview.h \ psitabwidget.h \ psitabbar.h DISTFILES += \ README \ iconselect.cpp \ iconselect.h DEFINES += WIDGET_PLUGIN OS = unknown os2:OS = os2 win32:OS = win unix:OS = nix mac:OS = mac debug: { MOC_DIR = .debug/.$$OS/.moc OBJECTS_DIR = .debug/.$$OS/.obj UI_DIR = .debug/.$$OS/.ui } else { MOC_DIR = .$$OS/.moc OBJECTS_DIR = .$$OS/.obj UI_DIR = .$$OS/.ui } DESTDIR = lib$$OS