summaryrefslogtreecommitdiffstats
path: root/examples/richtext/richtext.pro
blob: b97b4abb1724cab5aed7b864259d03c3884d7399 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE	= app
TARGET		= richtext

CONFIG		+= qt warn_on release
DEPENDPATH	= ../../include

REQUIRES	= medium-config

HEADERS		= richtext.h
SOURCES		= main.cpp \
		  richtext.cpp