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