diff options
Diffstat (limited to 'examples/designer/designer.pro')
-rw-r--r-- | examples/designer/designer.pro | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/designer/designer.pro b/examples/designer/designer.pro new file mode 100644 index 0000000..0f30421 --- /dev/null +++ b/examples/designer/designer.pro @@ -0,0 +1,19 @@ +TEMPLATE = subdirs +SUBDIRS = calculatorform + +!static:SUBDIRS += calculatorbuilder \ + containerextension \ + customwidgetplugin \ + taskmenuextension \ + worldtimeclockbuilder \ + worldtimeclockplugin + +# the sun cc compiler has a problem with the include lines for the form.prf +solaris-cc*:SUBDIRS -= calculatorbuilder \ + worldtimeclockbuilder + + +# install +sources.files = README *.pro +sources.path = $$[QT_INSTALL_EXAMPLES]/designer +INSTALLS += sources |