Disable OFX import for win32
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with KissCount. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef WIN32
|
||||
|
||||
#include "../Database.hpp"
|
||||
#include <compat.hpp>
|
||||
|
||||
@@ -159,3 +162,5 @@ bool OFXImportEngine::HandleFile(const QString& path, User* user, Database* db,
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
#ifndef OFXIMPORTENGINE_H
|
||||
#define OFXIMPORTENGINE_H
|
||||
|
||||
#ifndef WIN32
|
||||
|
||||
#include "ImportEngine.hpp"
|
||||
#include <libofx/libofx.h>
|
||||
|
||||
@@ -42,3 +44,5 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user