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

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

REQUIRES	= large-config

HEADERS		= rot13.h
SOURCES		= rot13.cpp