summaryrefslogtreecommitdiffstats
path: root/examples/dragdrop/dragdrop.pro
blob: e560fbf96a9fb49bae6a30d5dbdc13f56145b00f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= app
TARGET		= dragdrop

CONFIG		+= qt warn_on release
DEPENDPATH	= ../../include

REQUIRES	= full-config

HEADERS		= dropsite.h \
		  secret.h
SOURCES		= dropsite.cpp \
		  main.cpp \
		  secret.cpp