equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the qmake application of the Qt Toolkit. |
7 ** This file is part of the qmake application of the Qt Toolkit. |
8 ** |
8 ** |
50 #include <qfile.h> |
50 #include <qfile.h> |
51 #include <stdlib.h> |
51 #include <stdlib.h> |
52 |
52 |
53 #include "epocroot.h" |
53 #include "epocroot.h" |
54 |
54 |
|
55 #define PLUGIN_STUB_DIR "qmakepluginstubs" |
|
56 |
55 struct CopyItem |
57 struct CopyItem |
56 { |
58 { |
57 CopyItem(const QString& f, const QString& t) : from(f) , to(t) { } |
59 CopyItem(const QString& f, const QString& t) : from(f) , to(t) { } |
58 QString from; |
60 QString from; |
59 QString to; |
61 QString to; |