diff options
Diffstat (limited to 'examples/rot13/rot13.pro')
-rw-r--r-- | examples/rot13/rot13.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/rot13/rot13.pro b/examples/rot13/rot13.pro new file mode 100644 index 000000000..e27606e52 --- /dev/null +++ b/examples/rot13/rot13.pro @@ -0,0 +1,10 @@ +TEMPLATE = app +TARGET = rot13 + +CONFIG += qt warn_on release +DEPENDPATH = ../../include + +REQUIRES = large-config + +HEADERS = rot13.h +SOURCES = rot13.cpp |