summaryrefslogtreecommitdiffstats
path: root/example/application.pro
blob: af879c29022ed15791254ec6f75531a5108b893e (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE	= app
TARGET		= application

CONFIG		+= qt warn_on release

LIBS		+= -ltqscintilla

HEADERS		= application.h
SOURCES		= application.cpp \
		  main.cpp