![]() |
2010-02-24
, 12:02
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
TEMPLATE = subdirs SUBDIRS = src
![]() |
2010-02-24
, 12:26
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#3
|
![]() |
2010-02-25
, 12:50
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#4
|
![]() |
2010-02-25
, 14:05
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#5
|
Hi i need some help with packaging of qt app. Icon is in src/. What is next step? THX for your replies.
![]() |
2010-02-25
, 15:20
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#6
|
![]() |
2010-02-25
, 15:24
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#7
|
THX I found this but only bin file. I cant run it.Do you have any idea about my make/build problem?
![]() |
2010-02-25
, 22:09
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#8
|
TARGET = fsudoku TEMPLATE = app SOURCES += main.cpp \ window.cpp \ sudoku.cpp HEADERS += window.h \ perm.h \ sudoku.hpp PREFIX = ../debian/fsudoku/usr unix { BINDIR = $$PREFIX/bin DATADIR = $$PREFIX/share DEFINES += DATADIR=\"$$DATADIR\" \ PKGDATADIR=\"$$PKGDATADIR\" # MAKE INSTALL INSTALLS += target \ desktop \ icon64 target.path = $$BINDIR desktop.path = $$DATADIR/applications/hildon desktop.files += fsudoku.desktop icon64.path = $$DATADIR/icons/hicolor/64x64/apps icon64.files += fsudoku.png
# -- first time only mad-admin create org.maemo.fsudoku -a 192.168.2.4 # -- every time mad dh_make --createorig --single -e foo.bar@gmail.com -c gpl mad qmake mad dpkg-buildpackage mad remote -r org.maemo.fsudoku send ../fsudoku_0.1-1_armel.deb mad remote -r org.maemo.fsudoku install fsudoku_0.1-1_armel.deb
![]() |
2010-02-25
, 23:52
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#9
|
![]() |
2010-02-26
, 14:39
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#10
|
Last edited by Figa; 2010-02-24 at 11:02.