blob: e0a081a32dc7344d580c84c52e1922e68c561f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
TEMPLATE = app
TARGET = mdi
CONFIG += qt warn_on release
DEPENDPATH = ../../include
REQUIRES = workspace full-config
HEADERS = application.h
SOURCES = application.cpp \
main.cpp
|