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