src/tools/idc/idc.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 TEMPLATE        = app
       
     2 CONFIG         += console
       
     3 CONFIG         -= app_bundle
       
     4 build_all:!build_pass {
       
     5     CONFIG -= build_all
       
     6     CONFIG += release
       
     7 }
       
     8 
       
     9 DESTDIR         = ../../../bin
       
    10 
       
    11 SOURCES         = main.cpp
       
    12 
       
    13 target.path=$$[QT_INSTALL_BINS]
       
    14 INSTALLS += target