summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/editor/editor.pro
blob: 2a184baa65faaed3f50bbd44c1430b1e95da956e (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
31
32
33
34
35
36
37
38
39
40
TEMPLATE	= lib
CONFIG		+= qt warn_on staticlib
CONFIG		-= dll
HEADERS		= editor.h  \
		  parenmatcher.h  \
		  completion.h \
		  viewmanager.h \
		  markerwidget.h\
		  conf.h \
		  browser.h \
		  arghintwidget.h \
		  cindent.h

SOURCES		= editor.cpp \
		  parenmatcher.cpp  \
		  completion.cpp \
		  viewmanager.cpp \
		  markerwidget.cpp \
		  conf.cpp \
		  browser.cpp \
		  arghintwidget.cpp \
		  cindent.cpp \
		  yyindent.cpp

FORMS		= preferences.ui

TARGET		= editor
DESTDIR		= ../../../lib
VERSION		= 1.0.0

INCLUDEPATH	+= $$QT_SOURCE_TREE/tools/designer/interfaces

target.path=$$libs.path

INSTALLS += target

unix {
	TQMAKE_CFLAGS += $$TQMAKE_CFLAGS_SHLIB
	TQMAKE_CXXFLAGS += $$TQMAKE_CXXFLAGS_SHLIB
}