|
|
2010-03-22
, 17:21
|
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#21
|
|
|
2010-03-22
, 17:43
|
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#22
|

TARGET = fsudoku
TEMPLATE = app
SOURCES += main.cpp \
window.cpp \
sudoku.cpp
HEADERS += window.h \
perm.h \
sudoku.hpp
unix {
#VARIABLES
isEmpty(PREFIX) {
PREFIX = /usr/local
}
BINDIR = $$PREFIX/bin
DATADIR =$$PREFIX/share
DEFINES += DATADIR=\\\"$$DATADIR\\\" PKGDATADIR=\\\"$$PKGDATADIR\\\"
# MAKE INSTALL
INSTALLS += target \
desktop \
iconxpm \
icon26 \
icon48 \
icon64 \
appfiles
target.path = $$BINDIR
desktop.path = $$DATADIR/applications/hildon
desktop.files += fsudoku.desktop
iconxpm.path = $$DATADIR/pixmap
iconxpm.files += ../data/maemo/$${TARGET}.xpm
icon26.path = $$DATADIR/icons/hicolor/26x26/apps
icon26.files += ../data/26x26/$${TARGET}.png
icon48.path = $$DATADIR/icons/hicolor/48x48/apps
icon48.files += ../data/48x48/$${TARGET}.png
icon64.path = $$DATADIR/icons/hicolor/64x64/apps
icon64.files += ../data/64x64/$${TARGET}.png
appfiles.path = ../debian/fsudoku/home/user/.fsudoku
appfiles.files += save.txt \
resources.rcc
}
| The Following User Says Thank You to TNiga For This Useful Post: | ||
|
|
2010-03-22
, 18:24
|
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#23
|
make[1]: Entering directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/fsudoku-0.1' make[1]: *** No rule to make target `/targets/FREMANTLE_X86/opt/qt4-maemo5/mkspecs/linux-g++/qmake.conf', needed by `Makefile'. Stop. make[1]: Leaving directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/fsudoku-0.1'
|
|
2010-03-22
, 18:48
|
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#24
|
| The Following User Says Thank You to TNiga For This Useful Post: | ||
|
|
2010-03-22
, 19:47
|
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#26
|
Now its ok. Thank you very much you are my hero. When will be app in devel?
|
|
2010-03-22
, 20:06
|
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#27
|
|
|
2010-03-22
, 20:34
|
|
Posts: 353 |
Thanked: 263 times |
Joined on Dec 2009
@ Finland
|
#28
|
# Add here commands to install the package into debian/your_appname
#icons
mkdir -p $(CURDIR)/debian/$(APPNAME)/usr/share/icons/hicolor/26x26
cp ./src/data/26x26/fsudoku.png $(CURDIR)/debian/$(APPNAME)/usr/share/icons/hicolor/26x26/fsudoku.png
# add similar lines for 48x48 and 64x64
cd builddir && $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/$(APPNAME) install
|
|
2010-03-23
, 22:28
|
|
Posts: 270 |
Thanked: 239 times |
Joined on Dec 2009
@ Czech Republic
|
#29
|
|
|
2010-03-24
, 11:43
|
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#30
|
I had same idea about install icons but it isnt good. I really dont know where is problem. Nothing what could be installed from src,pro isnt installed. Thank you once more. I am really disappinted. How delete deb from devel?
../data/26x26/$${TARGET}.png
data/26x26/$${TARGET}.png