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