1 2 3 4 5 6 7 8 9
TEMPLATE = app TARGET = hello CONFIG += qt warn_on release DEPENDPATH = ../../include HEADERS = hello.h SOURCES = hello.cpp \ main.cpp