diff options
Diffstat (limited to 'examples/richtext/orderform')
-rw-r--r-- | examples/richtext/orderform/orderform.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/richtext/orderform/orderform.pro b/examples/richtext/orderform/orderform.pro index 63739b0..3875ea0 100644 --- a/examples/richtext/orderform/orderform.pro +++ b/examples/richtext/orderform/orderform.pro @@ -9,3 +9,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/richtext/orderform sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS orderform.pro sources.path = $$[QT_INSTALL_EXAMPLES]/richtext/orderform INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |