diff options
Diffstat (limited to 'examples/biff/biff.pro')
-rw-r--r-- | examples/biff/biff.pro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/biff/biff.pro b/examples/biff/biff.pro new file mode 100644 index 0000000..45f16f2 --- /dev/null +++ b/examples/biff/biff.pro @@ -0,0 +1,11 @@ +TEMPLATE = app +TARGET = biff + +CONFIG += qt warn_on release +DEPENDPATH = ../../include + +REQUIRES = full-config + +HEADERS = biff.h +SOURCES = biff.cpp \ + main.cpp |