diff options
Diffstat (limited to 'qicclient.pro')
-rw-r--r-- | qicclient.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qicclient.pro b/qicclient.pro index 7adb82e..371bd20 100644 --- a/qicclient.pro +++ b/qicclient.pro @@ -3,9 +3,11 @@ TEMPLATE = lib CONFIG += staticlib HEADERS += \ + qicclient/user.hxx \ qicclient/catalog.hxx \ qicclient/client.hxx SOURCES += \ + user.cxx \ catalog.cxx \ client.cxx INCLUDEPATH += $$PWD/libicclient |