rcc: Remove compile dependency on private headers.

Not needed anymore now that it's using the new commandline parser.

Change-Id: I1a44c8658d128e4fbb9a6fc5000025f55e5293c2
Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
bb10
hjk 2013-09-25 22:19:33 +02:00 committed by The Qt Project
parent 06e7d61b68
commit 00da2e615e
2 changed files with 0 additions and 2 deletions

View File

@ -40,7 +40,6 @@
****************************************************************************/
#include <rcc.h>
#include "../../corelib/kernel/qcorecmdlineargs_p.h"
#include <qdebug.h>
#include <qdir.h>

View File

@ -4,7 +4,6 @@ CONFIG += force_bootstrap
DEFINES += QT_RCC QT_NO_CAST_FROM_ASCII
include(rcc.pri)
HEADERS += ../../corelib/kernel/qcorecmdlineargs_p.h
SOURCES += main.cpp
load(qt_tool)