Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compilation with private header patch
  • Loading branch information
ogoffart committed May 2, 2011
1 parent 8017c9a commit 4cf4c7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/qmltooling/qmldbg_tcp/qmldbg_tcp.pro
@@ -1,5 +1,7 @@
load(qt_module)

TARGET = qmldbg_tcp
QT += declarative network
QT += declarative-private network

include($$QT_SOURCE_TREE/src/plugins/qpluginbase.pri)

Expand Down

0 comments on commit 4cf4c7b

Please sign in to comment.