summaryrefslogtreecommitdiff
path: root/core/apps/helpbrowser/helpbrowser.pro
blob: 22e0b506cf7bcf44a950e942f5234f970ae7bedd (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG    += qt warn_on release quick-app
HEADERS		= helpbrowser.h magictextbrowser.h
SOURCES		= helpbrowser.cpp magictextbrowser.cpp \
		  main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe -lopiecore2
INTERFACES	=
TARGET          = helpbrowser

include ( $(OPIEDIR)/include.pro )