diff options
Diffstat (limited to 'examples/tools/undoframework')
-rw-r--r-- | examples/tools/undoframework/undoframework.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/tools/undoframework/undoframework.pro b/examples/tools/undoframework/undoframework.pro index 42010f5..f797eb5 100644 --- a/examples/tools/undoframework/undoframework.pro +++ b/examples/tools/undoframework/undoframework.pro @@ -14,3 +14,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS undoframework.pro README images sources.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |