You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
657 B
31 lines
657 B
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
|