modificado el script de mac os x para generar un .dmg

This commit is contained in:
Luis Ángel San Martín
2012-08-26 20:16:15 +02:00
commit fcbe4725ff
271 changed files with 24248 additions and 0 deletions

View File

@ -0,0 +1,14 @@
#ifndef __BUNDLE_CREATOR_H
#define __BUNDLE_CREATOR_H
#include <QtCore>
class BundleCreator : public QObject
{
Q_OBJECT
public:
BundleCreator(void);
~BundleCreator(void);
};
#endif