summaryrefslogtreecommitdiff
path: root/tools/idc/idc.pro
blob: a2e04c9ae8c4c55ebc782e678ab0e281e1ee7e00 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE        = app
CONFIG         += console

QT -= gui

SOURCES         = main.cpp

target.path = $$[QT_INSTALL_BINS]
INSTALLS += target