|
|
2010-03-10
, 16:20
|
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#2
|
Build-Depends: debhelper (>= 5), libqt4-dev
| The Following User Says Thank You to danielwilms For This Useful Post: | ||
|
|
2010-03-10
, 16:32
|
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#3
|

| The Following User Says Thank You to krk969 For This Useful Post: | ||
|
|
2010-03-10
, 21:44
|
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#4
|
Hi,
So, I've got my app to compile nicely on my PC in the MADDE environment. No issues. I've tried most of the suggestions in this thread, at least to the extent that I understood what I needed to do. Now I upload it to Garage and I get the following (qmake: Command not found):

| The Following User Says Thank You to shep For This Useful Post: | ||
|
|
2010-03-11
, 01:07
|
|
Posts: 299 |
Thanked: 241 times |
Joined on Oct 2009
@ Singapore
|
#5
|
So, I've got my app to compile nicely on my PC in the MADDE environment. No issues. I've tried most of the suggestions in this thread, at least to the extent that I understood what I needed to do. Now I upload it to Garage and I get the following (qmake: Command not found):
At the moment my key files look as follows:
TARGET = qteachme HEADERS += mainwindow.h \ settings.h \ importflashcard.h SOURCES += main.cpp \ mainwindow.cpp \ settings.cpp \ importflashcard.cpp FORMS += mainwindow.ui \ settings.ui \ importflashcard.ui LEXSOURCES += #LEXS# YACCSOURCES += #YACCS# INCLUDEPATH += LIBS += DEFINES += # All generated files goes same directory OBJECTS_DIR = build MOC_DIR = build UI_DIR = build DESTDIR = build TEMPLATE = app DEPENDPATH += VPATH += src uis CONFIG -= CONFIG += debug #QT=core gui sql xml phonon QT=core gui sql xml INSTALLS += target target.path = /usr/bin/ INSTALLS += desktop desktop.path = /usr/share/applications/hildon desktop.files = data/qteachme.desktop INSTALLS += service service.path = /usr/share/dbus-1/services service.files = data/qteachme.service # INSTALLS += db # db.path = /home/user # db.files = data/qteachme.db INSTALLS += sample sample.path = /home/user sample.files = data/Chinese.txt INSTALLS += icon64 icon64.path = /usr/share/icons/hicolor/64x64/apps icon64.files = data/64x64/qteachme.png INSTALLS += icon48 icon48.path = /usr/share/icons/hicolor/48x48/apps icon48.files = data/48x48/qteachme.png # INSTALLS += audio # audio.path = /home/user/audio # audio.files = data/test.aac # # Targets for debian source and binary package creation # debian-src.commands = dpkg-buildpackage -S -r -us -uc -d debian-bin.commands = dpkg-buildpackage -b -r -uc -d debian-all.depends = debian-src debian-bin # # Clean all but Makefile # compiler_clean.commands = -$(DEL_FILE) $(TARGET) QMAKE_EXTRA_TARGETS += debian-all debian-src debian-bin compiler_cleanAnd