summaryrefslogtreecommitdiff
path: root/noncore/unsupported/ubrowser/ubrowser.pro
blob: bcdb4f42b08f6e4b8a5b3d7d634ed1f55bedb361 (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 )