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 debug: { MOC_DIR = debug/.moc OBJECTS_DIR = debug/.obj UI_DIR = debug/.ui } else { MOC_DIR = .moc OBJECTS_DIR = .obj UI_DIR = .ui }