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