8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
|
#include "QZXing.h"
|
||
|
#ifdef QZXING_QML
|
||
|
#include "QZXingImageProvider.h"
|
||
|
#endif //QZXING_QML
|
||
|
#ifdef QZXING_MULTIMEDIA
|
||
|
#include "QZXingFilter.h"
|
||
|
#endif //QZXING_MULTIMEDIA
|