diff options
Diffstat (limited to 'examples/sql/querymodel/querymodel.pro')
-rw-r--r-- | examples/sql/querymodel/querymodel.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/sql/querymodel/querymodel.pro b/examples/sql/querymodel/querymodel.pro index e0e0813..f20898c 100644 --- a/examples/sql/querymodel/querymodel.pro +++ b/examples/sql/querymodel/querymodel.pro @@ -11,3 +11,5 @@ target.path = $$[QT_INSTALL_EXAMPLES]/sql/querymodel sources.files = $$SOURCES *.h $$RESOURCES $$FORMS querymodel.pro sources.path = $$[QT_INSTALL_EXAMPLES]/sql/querymodel INSTALLS += target sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |