summaryrefslogtreecommitdiffstats
path: root/tools/designer/uilib/uilib.pro
blob: bc1fe2b8664fc43237032ed4bd4560c7e93435d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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