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