zack%kde.org aedd5c2ed1 This is the second part of 267318 - the Qt Designer plugin so that you can
be using QGecko like any other widget from the Qt Designer. Very cool.
(for "Creating Your Own Browsers 101" ;) )


git-svn-id: svn://10.0.0.236/trunk@166183 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 23:35:20 +00:00

33 lines
640 B
Makefile

DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = qgeckoembed
LIBRARY_NAME = qgeckoplugin
REQUIRES = qgeckoembed \
$(NULL)
CPPSRCS = \
plugin.cpp \
$(NULL)
# Include config.mk
include $(topsrcdir)/config/config.mk
#don't link with qgeckoembed and mozilla
EXTRA_DSO_LDOPTS += \
$(MOZ_QT_LDFLAGS) \
$(NULL)
include $(topsrcdir)/config/rules.mk
CXXFLAGS += $(MOZ_QT_CFLAGS)
CFLAGS += $(MOZ_QT_CFLAGS)
#FIXME this should come from configure ?
CXXFLAGS += -DQT_THREAD_SUPPORT
CFLAGS += -DQT_THREAD_SUPPORT