# $Id$ # # Boiler plate makefile # # Needs to be included in a toplevel makefiles, which defines # the following variables: # # srcdir # prefix # CXX # CXXFLAGS # LDFLAGS # PKGCONFIG # WINDRES # ARTIFACT=fancy3qt4widgets ABI_VERSION=3 I18N_PFX=fancyqt4 LANGUAGES=de EXTPKGS=QtGui libintl fancylog fancy3qt4 fancydrawing libintl $(ARCH_EXTPKGS) #LIBS=$(ARCH_LIBS) ifeq ($(INCLUDES),) INCLUDES=-I$(srcdir) endif ifeq ($(MOC),) MOC=moc-qt4 endif LD=$(CXX) HEADERS= \ fancyqt4browserframeagent.h \ fancyqt4browserframeagent_activex.h \ fancyqt4browserframeagent_webkit.h \ fancyqt4browserframeagent_webaxwidget.h \ fancyqt4charlistvalidator.h \ fancyqt4combobox.h \ fancyqt4datetimelabel.h \ fancyqt4lineedit.h \ fancyqt4linerecord.h \ fancyqt4logfileview.h \ fancyqt4logfilewatchdog.h \ fancyqt4pixmapfactory.h \ fancyqt4statelabel.h \ fancyqt4statusmessagebar.h \ fancyqt4textedit.h \ fancyqt4widgets.h \ fancyqt4widgetsi18n.h \ fancyqt4widgetslog.h \ fancyqt4widgetsversion.h \ HEADERDIR=fancy3qt4widgets MOCHEADERS= \ fancyqt4browserframeagent.h \ fancyqt4browserframeagent_activex.h \ fancyqt4browserframeagent_webkit.h \ fancyqt4combobox.h \ fancyqt4datetimelabel.h \ fancyqt4lineedit.h \ fancyqt4logfileview.h \ fancyqt4logfilewatchdog.h \ fancyqt4statelabel.h \ fancyqt4statusmessagebar.h \ fancyqt4textedit.h \ BUILDDATESOURCES= \ fancyqt4widgetsversion.cpp SOURCES= \ fancyqt4browserframeagent.cpp \ fancyqt4browserframeagent_activex.cpp \ fancyqt4browserframeagent_webkit.cpp \ fancyqt4browserframeagent_webaxwidget.cpp \ fancyqt4charlistvalidator.cpp \ fancyqt4combobox.cpp \ fancyqt4datetimelabel.cpp \ fancyqt4lineedit.cpp \ fancyqt4linerecord.cpp \ fancyqt4logfileview.cpp \ fancyqt4logfilewatchdog.cpp \ fancyqt4pixmapfactory.cpp \ fancyqt4statelabel.cpp \ fancyqt4statusmessagebar.cpp \ fancyqt4textedit.cpp \ fancyqt4widgetsi18n.cpp \ fancyqt4widgetslog.cpp \ include /usr/share/pba-cbs/mk/main-sharedlib.mk