blob: 4cfce9cb8d656cbe6632faec0116f0d295283e0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
CONFIG += qt warn_on
TEMPLATE = app
TARGET = owidgetstack-example
SOURCES = owidgetstack_example.cpp
HEADERS = owidgetstack_example.h
INCLUDEPATH += $(OPIEDIR)/include
DEPENDSPATH += $(OPIEDIR)/include
LIBS += -lqpe -lopieui2
include( $(OPIEDIR)/include.pro )
|