[*] remove dependency from QObjectPrivate
This commit is contained in:
parent
cc114ac9c2
commit
7e639776b8
12
QAMQP.vcproj
12
QAMQP.vcproj
|
|
@ -333,6 +333,10 @@
|
||||||
RelativePath=".\src\qamqp\amqp_frame.h"
|
RelativePath=".\src\qamqp\amqp_frame.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath=".\src\qamqp\amqp_global.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\qamqp\amqp_message.h"
|
RelativePath=".\src\qamqp\amqp_message.h"
|
||||||
>
|
>
|
||||||
|
|
@ -401,14 +405,6 @@
|
||||||
RelativePath=".\src\qamqp\amqp_queue_p.h"
|
RelativePath=".\src\qamqp\amqp_queue_p.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath=".\src\qamqp\QAMQP.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath=".\src\qamqp\qamqp_global.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath=".\src\test.h"
|
RelativePath=".\src\test.h"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ HEADERS += src/test.h \
|
||||||
src/qamqp/amqp_p.h \
|
src/qamqp/amqp_p.h \
|
||||||
src/qamqp/amqp_queue.h \
|
src/qamqp/amqp_queue.h \
|
||||||
src/qamqp/amqp_queue_p.h \
|
src/qamqp/amqp_queue_p.h \
|
||||||
src/qamqp/QAMQP.h \
|
|
||||||
src/qamqp/qamqp_global.h \
|
src/qamqp/qamqp_global.h \
|
||||||
|
|
||||||
SOURCES += src/main.cpp \
|
SOURCES += src/main.cpp \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue