summaryrefslogtreecommitdiff
path: root/core/apps/helpbrowser/helpbrowser.pro
blob: 2a275b4641c3792753e0c2d72f323c3aff666be9 (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG    += qt warn_on  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 )