blob: 5f528049a92174161095aa283cf0465af62057e4 (
plain)
1
2
3
4
5
6
7
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
|