-
robert_liguori added storbang to the QtPhone project.
2009-08-27 17:51:16 UTC by robert_liguori
-
Compiling on Debian Sarge.
For compile you need a next packages:
aptitude install libqt-dev libqt-mt-dev make libqt3-compat-headers libqt3-headers qt3-dev-tools
For using on Debian Etch you need a next packages:
aptitude install libstdc++5
*************
Compiling
*************
user@debian:~/qtphone-0.1.3/qtphone$ make
g++ -o qtphone devcfg.o main.o modemcommands.o...
2009-01-25 10:51:04 UTC by atiounkine
-
Hi, you need a new forum at this project for those messages about qtphone that aren't bugs,futures or patches. Also you can enable wiki.
2009-01-25 10:44:08 UTC by atiounkine
-
tomekgnu committed patchset 7 of module qtphone-0.1.3 to the QtPhone CVS repository, changing 10 files.
2006-10-07 22:58:46 UTC by tomekgnu
-
tomekgnu committed patchset 6 of module qtphone-0.1.3 to the QtPhone CVS repository, changing 1 files.
2006-10-07 22:41:06 UTC by tomekgnu
-
tomekgnu committed patchset 27 of module first_module to the QtPhone CVS repository, changing 1 files.
2006-10-07 22:31:20 UTC by tomekgnu
-
tomekgnu committed patchset 26 of module first_module to the QtPhone CVS repository, changing 14 files.
2006-10-07 22:20:44 UTC by tomekgnu
-
tomekgnu committed patchset 25 of module first_module to the QtPhone CVS repository, changing 4 files.
2006-10-07 22:13:01 UTC by tomekgnu
-
tomekgnu committed patchset 5 of module qtphone-0.1.3 to the QtPhone CVS repository, changing 9 files.
2006-10-07 21:01:32 UTC by tomekgnu
-
In version 0.1.3 the program entry point - main()
function is defined twice - in v92.c and main.cpp. The
build process is failed:
g++ -o qtphone devcfg.o main.o modemcommands.o
modemdevice.o phonebook.o processes.o qtphone.o
speedbuttons.o v92.o moc_devcfg.o moc_modemcommands.o
moc_modemdevice.o moc_phonebook.o moc_processes.o
moc_qtphone.o moc_speedbuttons.o -L/usr/share/qt3/lib...
2006-10-06 20:28:08 UTC by kporotchkin