diff options
Diffstat (limited to 'examples/helpsystem/helpsystem.pro')
-rw-r--r-- | examples/helpsystem/helpsystem.pro | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/helpsystem/helpsystem.pro b/examples/helpsystem/helpsystem.pro new file mode 100644 index 000000000..5f528049a --- /dev/null +++ b/examples/helpsystem/helpsystem.pro @@ -0,0 +1,8 @@ +TEMPLATE = app + +LIBS += -lqassistantclient + +REQUIRES = full-config table + +SOURCES += main.cpp tooltip.cpp mainwindow.cpp whatsthis.cpp +HEADERS += tooltip.h mainwindow.h whatsthis.h |