diff options
Diffstat (limited to 'examples/uitools/uitools.pro')
-rw-r--r-- | examples/uitools/uitools.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/uitools/uitools.pro b/examples/uitools/uitools.pro new file mode 100644 index 0000000..ddec822 --- /dev/null +++ b/examples/uitools/uitools.pro @@ -0,0 +1,10 @@ +TEMPLATE = subdirs +SUBDIRS = multipleinheritance + +!wince*:contains(QT_BUILD_PARTS, tools): SUBDIRS += textfinder + +# install +target.path = $$[QT_INSTALL_EXAMPLES]/uitools +sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS uitools.pro README +sources.path = $$[QT_INSTALL_EXAMPLES]/uitools +INSTALLS += target sources |