From 5bbc4042937e961df65c35f591e525c62a587d3c Mon Sep 17 00:00:00 2001 From: Vadim Kurland Date: Tue, 6 May 2008 04:23:59 +0000 Subject: [PATCH] making unit test compile --- src/unit_tests/importer/importer.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/unit_tests/importer/importer.pro b/src/unit_tests/importer/importer.pro index 91bf0caba..7f87ef9e1 100644 --- a/src/unit_tests/importer/importer.pro +++ b/src/unit_tests/importer/importer.pro @@ -8,6 +8,8 @@ exists(qmake.inc) { include( qmake.inc) } +QT += network + HEADERS += ../../../config.h \ ../../gui/utils_no_qt.h \ ../../gui/FWBTree.h \ @@ -33,7 +35,7 @@ contains( HAVE_ANTLR_RUNTIME, 1 ) { DEFINES += $$ANTLR_DEFINES } -INCLUDEPATH += ../../.. ../../gui/ +INCLUDEPATH += ../../.. ../../gui/ ../../gui/.ui QMAKE_COPY = echo