diff options
Diffstat (limited to 'examples/qtl/qtl.pro')
-rw-r--r-- | examples/qtl/qtl.pro | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/qtl/qtl.pro b/examples/qtl/qtl.pro new file mode 100644 index 000000000..7601f1796 --- /dev/null +++ b/examples/qtl/qtl.pro @@ -0,0 +1,7 @@ +TEMPLATE = app +TARGET = qtl + +CONFIG += qt console warn_on release + +SOURCES = qvaluelistiterator.cpp +INTERFACES = |