summaryrefslogtreecommitdiff
path: root/core/settings/security/security.pro
blob: b9390533fa1ddab151d3ff92b5abea4390db57d3 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG		+= qt warn_on release quick-app
HEADERS		= security.h
SOURCES		= security.cpp main.cpp
INTERFACES	= securitybase.ui
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= ../$(OPIEDIR)/include
LIBS            += -lqpe
TARGET		= security

include ( $(OPIEDIR)/include.pro )