Qt - makeqpf compilation error: QFontEngineQPF has not been declared
up vote
-1
down vote
favorite
I am using Qt Creator 3.0.1, based on Qt 5.2.1(GCC 4.8.2, 32-bit), on Linux Ubuntu 32-bit. I am developing a Qt Linux Embedded application for a Renesas microcontroller, based on Linux 3.14. I wish to add more .qpf fonts to my application binary, because the maximum font size on current OS of the microcontroller is 24. I have found out that Qt's tool makeqpf can be used to generate .qpf fonts, therefore I have tried to compile makeqpf in Qt, without success. I get the following compilation error in the file qpf2.h:
'QFontEngineQPF' has not been declared
However, in the qpf2.h are included headers which define classes used in project makeqpf, such as QFontEngine and QFontEngineQPF, thus I am worried that there could be some issues related to the include paths, since I have more than one version of Qt installed. Any help would be very much appreciated.
c++ linux qt embedded qfont
add a comment |
up vote
-1
down vote
favorite
I am using Qt Creator 3.0.1, based on Qt 5.2.1(GCC 4.8.2, 32-bit), on Linux Ubuntu 32-bit. I am developing a Qt Linux Embedded application for a Renesas microcontroller, based on Linux 3.14. I wish to add more .qpf fonts to my application binary, because the maximum font size on current OS of the microcontroller is 24. I have found out that Qt's tool makeqpf can be used to generate .qpf fonts, therefore I have tried to compile makeqpf in Qt, without success. I get the following compilation error in the file qpf2.h:
'QFontEngineQPF' has not been declared
However, in the qpf2.h are included headers which define classes used in project makeqpf, such as QFontEngine and QFontEngineQPF, thus I am worried that there could be some issues related to the include paths, since I have more than one version of Qt installed. Any help would be very much appreciated.
c++ linux qt embedded qfont
add a comment |
up vote
-1
down vote
favorite
up vote
-1
down vote
favorite
I am using Qt Creator 3.0.1, based on Qt 5.2.1(GCC 4.8.2, 32-bit), on Linux Ubuntu 32-bit. I am developing a Qt Linux Embedded application for a Renesas microcontroller, based on Linux 3.14. I wish to add more .qpf fonts to my application binary, because the maximum font size on current OS of the microcontroller is 24. I have found out that Qt's tool makeqpf can be used to generate .qpf fonts, therefore I have tried to compile makeqpf in Qt, without success. I get the following compilation error in the file qpf2.h:
'QFontEngineQPF' has not been declared
However, in the qpf2.h are included headers which define classes used in project makeqpf, such as QFontEngine and QFontEngineQPF, thus I am worried that there could be some issues related to the include paths, since I have more than one version of Qt installed. Any help would be very much appreciated.
c++ linux qt embedded qfont
I am using Qt Creator 3.0.1, based on Qt 5.2.1(GCC 4.8.2, 32-bit), on Linux Ubuntu 32-bit. I am developing a Qt Linux Embedded application for a Renesas microcontroller, based on Linux 3.14. I wish to add more .qpf fonts to my application binary, because the maximum font size on current OS of the microcontroller is 24. I have found out that Qt's tool makeqpf can be used to generate .qpf fonts, therefore I have tried to compile makeqpf in Qt, without success. I get the following compilation error in the file qpf2.h:
'QFontEngineQPF' has not been declared
However, in the qpf2.h are included headers which define classes used in project makeqpf, such as QFontEngine and QFontEngineQPF, thus I am worried that there could be some issues related to the include paths, since I have more than one version of Qt installed. Any help would be very much appreciated.
c++ linux qt embedded qfont
c++ linux qt embedded qfont
asked Nov 8 at 11:05
danmar
13
13
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53206479%2fqt-makeqpf-compilation-error-qfontengineqpf-has-not-been-declared%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown