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
14 lines
232 B
Makefile
14 lines
232 B
Makefile
DEPTH = ../../..
|
|
topsrcdir = @top_srcdir@
|
|
srcdir = @srcdir@
|
|
VPATH = @srcdir@
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
MODULE = qgeckoembed
|
|
DIRS=src plugin tests
|
|
|
|
PACKAGE_FILE = qgeckoembed.pkg
|
|
|
|
include $(topsrcdir)/config/rules.mk
|