--- qt-x11-free-3.1.1/extensions/motif/src/src.pro.qmotif 2002-11-11 11:23:13.000000000 +0100 +++ qt-x11-free-3.1.1/extensions/motif/src/src.pro 2002-12-17 11:22:39.000000000 +0100 @@ -1,18 +1,13 @@ TEMPLATE = lib -CONFIG -= dll -CONFIG += qt release x11 staticlib +CONFIG += qt release x11 dll TARGET = qmotif DESTINCDIR = ../../../include DESTDIR = ../../../lib VERSION = 0.0.0 LIBS += -lXm -lXt -contains( QT_PRODUCT, qt-(enterprise|internal) ) { - HEADERS = qmotifdialog.h qmotifwidget.h qmotif.h qxtwidget.h - SOURCES = qmotifdialog.cpp qmotifwidget.cpp qmotif.cpp qxtwidget.cpp +HEADERS = qmotifdialog.h qmotifwidget.h qmotif.h qxtwidget.h +SOURCES = qmotifdialog.cpp qmotifwidget.cpp qmotif.cpp qxtwidget.cpp +headers.files = $$HEADERS +INSTALLS += target headers - headers.files = $$HEADERS - INSTALLS += target headers -} else { - message( "QMotif requires a Qt/Enterprise edition." ) -}