diff options
Diffstat (limited to 'src/base/base.pri')
| -rw-r--r-- | src/base/base.pri | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/base/base.pri b/src/base/base.pri index 21c3e138..21785c71 100644 --- a/src/base/base.pri +++ b/src/base/base.pri @@ -6,7 +6,6 @@ INSTALL_HEADERS += \ base/QXmppBindIq.h \ base/QXmppBookmarkSet.h \ base/QXmppByteStreamIq.h \ - base/QXmppCodec.h \ base/QXmppConstants.h \ base/QXmppDataForm.h \ base/QXmppDiscoveryIq.h \ @@ -39,6 +38,10 @@ INSTALL_HEADERS += \ base/QXmppVCardIq.h \ base/QXmppVersionIq.h +HEADERS += \ + base/QXmppCodec_p.h \ + base/QXmppSasl_p.h + # Source files SOURCES += \ base/QXmppArchiveIq.cpp \ |
