summaryrefslogtreecommitdiff
path: root/src/qconfig/qconfig.pro
blob: 3e9c12053f6aeb7da1c8d0970ef2fab49db64222 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE	= app
QT += widgets
build_all:!build_pass {
    CONFIG -= build_all
    CONFIG += release
}
HEADERS		= feature.h featuretreemodel.h graphics.h
SOURCES		= main.cpp feature.cpp featuretreemodel.cpp
TARGET		= qconfig