|
|
2010-03-18
, 22:15
|
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#12
|
Isn't it the right way to change this file instead of changing the Makefile by hand?

What would I have to insert into the Makefile to copy my file in /usr/bin?
The syntax is really strange to me. And I have no plans to become a debian maintainer ;-)

|
|
2010-03-18
, 23:54
|
|
Posts: 8 |
Thanked: 0 times |
Joined on Mar 2010
@ bogota, colombia
|
#13
|
|
|
2010-03-19
, 16:29
|
|
|
Posts: 251 |
Thanked: 131 times |
Joined on Oct 2009
@ USA
|
#14
|
Means I can install it now by hand via dpkg.
When I click on it in the program manager I still get the error that its incompatible.
# ------------------------------------------------- # Project created by QtCreator 2010-02-18T12:12:07 # ------------------------------------------------- TARGET = UniTrans TEMPLATE = app SOURCES += main.cpp \ mainwindow.cpp HEADERS += mainwindow.h FORMS += mainwindow.ui RESOURCES += zeux.qrc target.path = /usr/bin <<<<<< new target.files = UniTrans <<<<<< new INSTALLS += target <<<<<< newBut it seems not to work.
Nothing is getting installed in /usr/bin when I install the final package in the scratchbox :-(
The "dpkg -L unitrans" gives me:
Isn't it the right way to change this file instead of changing the Makefile by hand?
What would I have to insert into the Makefile to copy my file in /usr/bin?
The syntax is really strange to me. And I have no plans to become a debian maintainer ;-)
What I find also strange is that the project file stated that its created by "qt creator". So I guess there is a way to change this in this program. But I can't find that either.