diff -r c68061d56109 -r 69d8e75812b7 commondrm/drmqtencryptor/qt_drmencryptor.pro --- a/commondrm/drmqtencryptor/qt_drmencryptor.pro Fri Jun 11 15:44:45 2010 +0300 +++ b/commondrm/drmqtencryptor/qt_drmencryptor.pro Thu Jun 24 12:39:58 2010 +0300 @@ -1,14 +1,33 @@ -###################################################################### -# Automatically generated by qmake (2.01a) Mon 7. Jun 08:20:39 2010 -###################################################################### +# +# Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. +# This component and the accompanying materials are made available +# under the terms of "Eclipse Public License v1.0" +# which accompanies this distribution, and is available +# at the URL "http://www.eclipse.org/legal/epl-v10.html". +# +# Initial Contributors: +# Nokia Corporation - initial contribution. +# +# Contributors: +# +# Description: DRM Encryption tool project file. +# +# TEMPLATE = app TARGET = drmencryptor DEPENDPATH += . -INCLUDEPATH += . +INCLUDEPATH += . +INCLUDEPATH += ../../inc + +symbian: +{ +TARGET.CAPABILITY += DRM +} # Input HEADERS += drmencryptor.h FORMS += drmencryptor.ui SOURCES += drmencyptor.cpp main.cpp -LIBS += -lplatformenv -ldrmserviceapi -ldcfrep -ldrmparsers -lfbscli -lcone -lestor -lcaf \ No newline at end of file +LIBS += -lplatformenv -ldrmserviceapi -ldcfrep -ldrmparsers -lfbscli -lcone -lestor -lcaf -lefsrv