io.qt.purchasing.QtJambi_LibraryUtilities Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-purchasing Show documentation
Show all versions of qtjambi-purchasing Show documentation
Enables in-app purchase of products in Qt applications.
package io.qt.purchasing;
import io.qt.*;
import static io.qt.QtUtilities.*;
final class QtJambi_LibraryUtilities {
final static int qtMajorVersion = 5;
final static int qtMinorVersion = 15;
final static int qtJambiPatch = 16;
final static InternalAccess internal;
static{
try {
initializePackage("io.qt.core");
loadQtLibrary("Purchasing", LibraryRequirementMode.Mandatory);
loadQtJambiLibrary("Purchasing");
} catch(Error t) {
throw t;
} catch(Throwable t) {
throw new ExceptionInInitializerError(t);
}
internal = internalAccess();
}
private static native InternalAccess internalAccess();
static void initialize() { };
private QtJambi_LibraryUtilities() throws InstantiationError { throw new InstantiationError("Cannot instantiate QtJambi_LibraryUtilities."); }
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy