summaryrefslogtreecommitdiff
path: root/noncore/unsupported/ubrowser/ubrowser.pro
blob: 73691375e6f73f65cd5ce5f9493959bf39523f1d (plain)
1
2
3
4
5
6
7
8
9
10
11
CONFIG		+=qt warn_on  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 )