libragephoto: add option to enable ABI wrapper
This commit is contained in:
parent
4dceb52fe7
commit
dca2e9fe59
2 changed files with 14 additions and 1 deletions
|
@ -19,7 +19,12 @@
|
|||
#ifndef SNAPMATICPICTURE_H
|
||||
#define SNAPMATICPICTURE_H
|
||||
|
||||
#include "RagePhoto.h"
|
||||
#ifdef RAGEPHOTO_USE_ABI_WRAPPER
|
||||
#include <RagePhotoA.h>
|
||||
typedef RagePhotoA RagePhoto;
|
||||
#else
|
||||
#include <RagePhoto.h>
|
||||
#endif
|
||||
#include <QStringList>
|
||||
#include <QJsonObject>
|
||||
#include <QDateTime>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue