Skip to content

Commit

Permalink
Merge pull request #26 from gbour/master
Browse files Browse the repository at this point in the history
Add missing source files in .pri project file
  • Loading branch information
Feng Lee committed Aug 17, 2015
2 parents 680916b + 038b095 commit 162d740
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qmqtt.pri
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ HEADERS += \
$$PWD/qmqtt_network.h \
$$PWD/qmqtt_will.h \
$$PWD/qmqtt.h \
$$PWD/qmqtt_routesubscription.h \
$$PWD/qmqtt_routedmessage.h \
$$PWD/qmqtt_router.h

SOURCES += \
Expand All @@ -16,4 +18,6 @@ SOURCES += \
$$PWD/qmqtt_message.cpp \
$$PWD/qmqtt_network.cpp \
$$PWD/qmqtt_will.cpp \
$$PWD/qmqtt_routesubscription.cpp \
$$PWD/qmqtt_routedmessage.cpp \
$$PWD/qmqtt_router.cpp
3 changes: 3 additions & 0 deletions qmqtt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ unix:!symbian {
}
INSTALLS += target
}

OTHER_FILES += \
qmqtt.pri

0 comments on commit 162d740

Please sign in to comment.