How to compile and build a source package consists of primarily .spec, .pro, .moc, .qml, .cpp type file
How to compile and build a source package consists of primarily .spec, .pro, .moc, .qml, .cpp (along with its .h and .o) type files, Makefile.debug, and with other resource files?
quick glance to the source;
/usr/src/elkirtasse
$ ls -R
usr/ 0 stdin.d-pM3hcB 36K GPLv3.txt
qbooks/ 12K elkirtasse.spec 1 K .gitignore
kirtasserowat/ 8.0K elkirtasse.pro 1.0K .directory
kirtassenetwork/ 4.0K autogen.exe.stackdump
kirtassecdrom/ 12K TODO
./kirtassecdrom:
total 97K
4.0K release/ 8.0K Makefile.Release 8.0K dialogcdrom.cpp 4.0K moc_dialog.cpp
12K Dialogcdrom.ui 28K cdromshamila.cpp 4.0K dialogcdrom.h 16K ui_dialog.h
8.0K Makefile.Debug 4.0K cdromshamila.h 1K kirtassecdrom.pro
./kirtassecdrom/release:
total 156K
96K cdromshamila.o 8.0K moc_cdromshamila.cpp 4.0K moc_dialogcdrom.cpp
24K dialogcdrom.o 12K moc_cdromshamila.o 12K moc_dialogcdrom.o
./kirtassenetwork:
total 61K
4.0K release/ 20K dialognet.cpp 1.0K kirtassenetwork.pro
8.0K Makefile.Debug 4.0K dialognet.h 4.0K networkplugin.cpp
8.0K Makefile.Release 8.0K dialognet.ui 4.0K networkplugin.h
./kirtassenetwork/release:
total 100K
60K dialognet.o 12K moc_dialognet.o 8.0K moc_networkplugin.o
8.0K moc_dialognet.cpp 4.0K moc_networkplugin.cpp 8.0K networkplugin.o
./kirtasserowat:
total 101K
0 release/ 8.0K Makefile.Release 76K rowat.cpp
8.0K Makefile.Debug 1.0K kirtasserowat.pro 8.0K rowat.h
./kirtasserowat/release:
total 116K
8.0K moc_rowat.cpp 12K moc_rowat.o 96K rowat.o
./qbooks:
total 28K
4.0K build/ 0 release/ 16K src/ 4.0K ui/ 4.0K qbooks.pro
./qbooks/build:
total 204K
72K dialogmdb.o 12K moc_dialogmdb.o 12K ui_dialogmdb.h
4.0K moc_dialogmdb.cpp 104K myapp_res.o
./qbooks/release:
total 2.2M
2.2M qrc_images.cpp
...
Any bright idea that'd help me out?
compiling application-development make qml
add a comment |
How to compile and build a source package consists of primarily .spec, .pro, .moc, .qml, .cpp (along with its .h and .o) type files, Makefile.debug, and with other resource files?
quick glance to the source;
/usr/src/elkirtasse
$ ls -R
usr/ 0 stdin.d-pM3hcB 36K GPLv3.txt
qbooks/ 12K elkirtasse.spec 1 K .gitignore
kirtasserowat/ 8.0K elkirtasse.pro 1.0K .directory
kirtassenetwork/ 4.0K autogen.exe.stackdump
kirtassecdrom/ 12K TODO
./kirtassecdrom:
total 97K
4.0K release/ 8.0K Makefile.Release 8.0K dialogcdrom.cpp 4.0K moc_dialog.cpp
12K Dialogcdrom.ui 28K cdromshamila.cpp 4.0K dialogcdrom.h 16K ui_dialog.h
8.0K Makefile.Debug 4.0K cdromshamila.h 1K kirtassecdrom.pro
./kirtassecdrom/release:
total 156K
96K cdromshamila.o 8.0K moc_cdromshamila.cpp 4.0K moc_dialogcdrom.cpp
24K dialogcdrom.o 12K moc_cdromshamila.o 12K moc_dialogcdrom.o
./kirtassenetwork:
total 61K
4.0K release/ 20K dialognet.cpp 1.0K kirtassenetwork.pro
8.0K Makefile.Debug 4.0K dialognet.h 4.0K networkplugin.cpp
8.0K Makefile.Release 8.0K dialognet.ui 4.0K networkplugin.h
./kirtassenetwork/release:
total 100K
60K dialognet.o 12K moc_dialognet.o 8.0K moc_networkplugin.o
8.0K moc_dialognet.cpp 4.0K moc_networkplugin.cpp 8.0K networkplugin.o
./kirtasserowat:
total 101K
0 release/ 8.0K Makefile.Release 76K rowat.cpp
8.0K Makefile.Debug 1.0K kirtasserowat.pro 8.0K rowat.h
./kirtasserowat/release:
total 116K
8.0K moc_rowat.cpp 12K moc_rowat.o 96K rowat.o
./qbooks:
total 28K
4.0K build/ 0 release/ 16K src/ 4.0K ui/ 4.0K qbooks.pro
./qbooks/build:
total 204K
72K dialogmdb.o 12K moc_dialogmdb.o 12K ui_dialogmdb.h
4.0K moc_dialogmdb.cpp 104K myapp_res.o
./qbooks/release:
total 2.2M
2.2M qrc_images.cpp
...
Any bright idea that'd help me out?
compiling application-development make qml
add a comment |
How to compile and build a source package consists of primarily .spec, .pro, .moc, .qml, .cpp (along with its .h and .o) type files, Makefile.debug, and with other resource files?
quick glance to the source;
/usr/src/elkirtasse
$ ls -R
usr/ 0 stdin.d-pM3hcB 36K GPLv3.txt
qbooks/ 12K elkirtasse.spec 1 K .gitignore
kirtasserowat/ 8.0K elkirtasse.pro 1.0K .directory
kirtassenetwork/ 4.0K autogen.exe.stackdump
kirtassecdrom/ 12K TODO
./kirtassecdrom:
total 97K
4.0K release/ 8.0K Makefile.Release 8.0K dialogcdrom.cpp 4.0K moc_dialog.cpp
12K Dialogcdrom.ui 28K cdromshamila.cpp 4.0K dialogcdrom.h 16K ui_dialog.h
8.0K Makefile.Debug 4.0K cdromshamila.h 1K kirtassecdrom.pro
./kirtassecdrom/release:
total 156K
96K cdromshamila.o 8.0K moc_cdromshamila.cpp 4.0K moc_dialogcdrom.cpp
24K dialogcdrom.o 12K moc_cdromshamila.o 12K moc_dialogcdrom.o
./kirtassenetwork:
total 61K
4.0K release/ 20K dialognet.cpp 1.0K kirtassenetwork.pro
8.0K Makefile.Debug 4.0K dialognet.h 4.0K networkplugin.cpp
8.0K Makefile.Release 8.0K dialognet.ui 4.0K networkplugin.h
./kirtassenetwork/release:
total 100K
60K dialognet.o 12K moc_dialognet.o 8.0K moc_networkplugin.o
8.0K moc_dialognet.cpp 4.0K moc_networkplugin.cpp 8.0K networkplugin.o
./kirtasserowat:
total 101K
0 release/ 8.0K Makefile.Release 76K rowat.cpp
8.0K Makefile.Debug 1.0K kirtasserowat.pro 8.0K rowat.h
./kirtasserowat/release:
total 116K
8.0K moc_rowat.cpp 12K moc_rowat.o 96K rowat.o
./qbooks:
total 28K
4.0K build/ 0 release/ 16K src/ 4.0K ui/ 4.0K qbooks.pro
./qbooks/build:
total 204K
72K dialogmdb.o 12K moc_dialogmdb.o 12K ui_dialogmdb.h
4.0K moc_dialogmdb.cpp 104K myapp_res.o
./qbooks/release:
total 2.2M
2.2M qrc_images.cpp
...
Any bright idea that'd help me out?
compiling application-development make qml
How to compile and build a source package consists of primarily .spec, .pro, .moc, .qml, .cpp (along with its .h and .o) type files, Makefile.debug, and with other resource files?
quick glance to the source;
/usr/src/elkirtasse
$ ls -R
usr/ 0 stdin.d-pM3hcB 36K GPLv3.txt
qbooks/ 12K elkirtasse.spec 1 K .gitignore
kirtasserowat/ 8.0K elkirtasse.pro 1.0K .directory
kirtassenetwork/ 4.0K autogen.exe.stackdump
kirtassecdrom/ 12K TODO
./kirtassecdrom:
total 97K
4.0K release/ 8.0K Makefile.Release 8.0K dialogcdrom.cpp 4.0K moc_dialog.cpp
12K Dialogcdrom.ui 28K cdromshamila.cpp 4.0K dialogcdrom.h 16K ui_dialog.h
8.0K Makefile.Debug 4.0K cdromshamila.h 1K kirtassecdrom.pro
./kirtassecdrom/release:
total 156K
96K cdromshamila.o 8.0K moc_cdromshamila.cpp 4.0K moc_dialogcdrom.cpp
24K dialogcdrom.o 12K moc_cdromshamila.o 12K moc_dialogcdrom.o
./kirtassenetwork:
total 61K
4.0K release/ 20K dialognet.cpp 1.0K kirtassenetwork.pro
8.0K Makefile.Debug 4.0K dialognet.h 4.0K networkplugin.cpp
8.0K Makefile.Release 8.0K dialognet.ui 4.0K networkplugin.h
./kirtassenetwork/release:
total 100K
60K dialognet.o 12K moc_dialognet.o 8.0K moc_networkplugin.o
8.0K moc_dialognet.cpp 4.0K moc_networkplugin.cpp 8.0K networkplugin.o
./kirtasserowat:
total 101K
0 release/ 8.0K Makefile.Release 76K rowat.cpp
8.0K Makefile.Debug 1.0K kirtasserowat.pro 8.0K rowat.h
./kirtasserowat/release:
total 116K
8.0K moc_rowat.cpp 12K moc_rowat.o 96K rowat.o
./qbooks:
total 28K
4.0K build/ 0 release/ 16K src/ 4.0K ui/ 4.0K qbooks.pro
./qbooks/build:
total 204K
72K dialogmdb.o 12K moc_dialogmdb.o 12K ui_dialogmdb.h
4.0K moc_dialogmdb.cpp 104K myapp_res.o
./qbooks/release:
total 2.2M
2.2M qrc_images.cpp
...
Any bright idea that'd help me out?
compiling application-development make qml
compiling application-development make qml
asked 4 mins ago
abdanabdan
83
83
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2faskubuntu.com%2fquestions%2f1116024%2fhow-to-compile-and-build-a-source-package-consists-of-primarily-spec-pro-mo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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%2faskubuntu.com%2fquestions%2f1116024%2fhow-to-compile-and-build-a-source-package-consists-of-primarily-spec-pro-mo%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