Skip to content
Snippets Groups Projects
Commit 167ce8f9 authored by Alessandro Portale's avatar Alessandro Portale
Browse files

Fix abstractmobileapp build for the manual test

parent 3970f608
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,11 @@ QT_FORWARD_DECLARE_CLASS(QTextStream)
namespace Qt4ProjectManager {
/// \internal
struct QT4PROJECTMANAGER_EXPORT AbstractGeneratedFileInfo
struct
#ifndef CREATORLESSTEST
QT4PROJECTMANAGER_EXPORT
#endif // CREATORLESSTEST
AbstractGeneratedFileInfo
{
enum FileType {
MainCppFile,
......@@ -71,7 +75,11 @@ struct QT4PROJECTMANAGER_EXPORT AbstractGeneratedFileInfo
typedef QPair<QString, QString> DeploymentFolder; // QPair<.source, .target>
/// \internal
class QT4PROJECTMANAGER_EXPORT AbstractMobileApp : public QObject
class
#ifndef CREATORLESSTEST
QT4PROJECTMANAGER_EXPORT
#endif // CREATORLESSTEST
AbstractMobileApp : public QObject
{
Q_OBJECT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment