diff options
Diffstat (limited to 'tools/designer/uilib/uilib.pro')
-rw-r--r-- | tools/designer/uilib/uilib.pro | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/designer/uilib/uilib.pro b/tools/designer/uilib/uilib.pro new file mode 100644 index 000000000..bc1fe2b86 --- /dev/null +++ b/tools/designer/uilib/uilib.pro @@ -0,0 +1,30 @@ +TEMPLATE = lib +CONFIG += qt warn_on release +win32:CONFIG += static +win32:CONFIG -= dll +SOURCES = qwidgetfactory.cpp \ + ../shared/domtool.cpp \ + ../shared/uib.cpp + +HEADERS = ../shared/domtool.h \ + ../shared/uib.h + +sql:SOURCES += ../designer/database.cpp +sql:HEADERS += ../designer/database2.h + +DEFINES += QT_INTERNAL_XML +!win32-borland:DEFINES += Q_TEMPLATE_EXTERN=extern +include( ../../../src/qt_professional.pri ) +TARGET = tqui +INCLUDEPATH += ../shared +DESTDIR = ../../../lib +VERSION = 1.0.0 +DEFINES += RESOURCE + +unix { + target.path=$$libs.path + + INSTALLS += target +} + +mac:QMAKE_LFLAGS_PREBIND = -prebind -seg1addr 0xB9000000 |