diff options
Diffstat (limited to 'examples/qws/qws.pro')
-rw-r--r-- | examples/qws/qws.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/qws/qws.pro b/examples/qws/qws.pro index 95e1b44..34b1d2c 100644 --- a/examples/qws/qws.pro +++ b/examples/qws/qws.pro @@ -7,3 +7,5 @@ SUBDIRS += mousecalibration simpledecoration sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS README *.pro sources.path = $$[QT_INSTALL_EXAMPLES]/qws INSTALLS += sources + +include($$QT_SOURCE_TREE/examples/examplebase.pri) |