summaryrefslogtreecommitdiff
path: root/noncore/net/ubrowser/ubrowser.pro
blob: ed00047810825864e01df0bdb344f85134ffc61b (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG		+=qt warn_on release quick-app
HEADERS		= mainview.h httpfactory.h
SOURCES		= main.cpp mainview.cpp httpfactory.cpp
INCLUDEPATH	+=../../../include
DEPENDPATH	+=../../../include
LIBS		+= -lqpe
TARGET          = ubrowser



include ( $(OPIEDIR)/include.pro )