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

include ( $(OPIEDIR)/include.pro )