summaryrefslogtreecommitdiff
path: root/core/apps/helpbrowser/helpbrowser.pro
blob: 96278193c27fd057bb79b9401c8c460f1acf4965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 )