[*] remove dependency from QObjectPrivate

This commit is contained in:
fuCtor 2012-04-17 06:52:04 -07:00
parent cc114ac9c2
commit 7e639776b8
2 changed files with 4 additions and 9 deletions

View File

@ -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"
> >

View File

@ -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 \