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