diff -r 000000000000 -r 1918ee327afb src/tools/idc/idc.pro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/tools/idc/idc.pro Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,14 @@ +TEMPLATE = app +CONFIG += console +CONFIG -= app_bundle +build_all:!build_pass { + CONFIG -= build_all + CONFIG += release +} + +DESTDIR = ../../../bin + +SOURCES = main.cpp + +target.path=$$[QT_INSTALL_BINS] +INSTALLS += target