The Following User Says Thank You to VDVsx For This Useful Post: | ||
|
2009-12-29
, 16:29
|
|
Posts: 1,217 |
Thanked: 446 times |
Joined on Oct 2009
@ Bedfordshire, UK
|
#62
|
The Following User Says Thank You to Fargus For This Useful Post: | ||
|
2009-12-29
, 16:50
|
|
Posts: 455 |
Thanked: 782 times |
Joined on Nov 2009
@ Netherlands
|
#63
|
hello, firstly, thanks for your nice job.
i put install-madde-xmas.exe in G:\maemo and execute it to install MADDE to D:\MADDE. when it completed, i check the D:\MADDE folder, it's missing so much file , just cache folder, few file existed. other missing things present in G:\maemo.
i put install-madde-xmas.exe in D:\, and install it again, all of things in D:\MADDE. and it's works fine.
The Following User Says Thank You to zwer For This Useful Post: | ||
|
2009-12-29
, 17:35
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#64
|
|
2009-12-29
, 17:43
|
|
Posts: 455 |
Thanked: 782 times |
Joined on Nov 2009
@ Netherlands
|
#65
|
The Following User Says Thank You to zwer For This Useful Post: | ||
|
2009-12-29
, 17:49
|
|
Posts: 1,070 |
Thanked: 1,604 times |
Joined on Sep 2008
@ Helsinki
|
#66
|
The Following 4 Users Say Thank You to VDVsx For This Useful Post: | ||
|
2009-12-30
, 11:00
|
Posts: 62 |
Thanked: 97 times |
Joined on Dec 2009
@ Finland, Kerava
|
#67
|
Maybe I'll file this later, but consider this a bug report. On my Macintosh, the qt_simple and simple templates seem to work fine, but the following fails:
mad pscreate -t lib_simple lsimple
cd lsimple
mad qmake
mad make
[successfully created liblsimple.so.1.0.0 inside the build directory]
mad dpkg-buildpackage
It creates the source/binary package, but it gives the following error when trying to create the debian package:
make[1]: *** No rule to make target `liblsimple.so.1.0.0', needed by `install'. Stop.
Also, there is no qt_lib_simple template in the environment I downloaded.
The Following User Says Thank You to rontti For This Useful Post: | ||
|
2009-12-30
, 11:51
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#68
|
If you want to embed a external file, you might take a look at the Qt Resource System[1].
Don't know about MADDE, but you can include any file/dir you wish in your Debian package.
[1] - http://doc.trolltech.com/4.6/resources.html
Note that QSound does not support resources. This might be fixed in a future Qt version.
|
2009-12-30
, 12:15
|
Posts: 2 |
Thanked: 2 times |
Joined on Dec 2009
@ Finland
|
#69
|
Had exactly the same problem - in my case I was trying to install from H:\Share\Downloads\Programming & Development\Maemo\MADDE\win32 to D:\MADDE - somehow moving the installer to the same drive I'm installing to went just fine.
I thought it was a glitch at my place or that it didn't like absurdly deep trees, so I didn't report it.
|
2009-12-30
, 12:16
|
|
Posts: 148 |
Thanked: 484 times |
Joined on Nov 2008
|
#70
|
Thanks for this suggestion. Unfortunately, after playing around with this quite a bit and wondering why it doesn't work, I found the following in QSound Class Reference :
So, are there any other ways I could do this?
void MainWindow::openFile() { fileName = QFileDialog::getOpenFileName(this, "Open File", "/home/tekojo/", "mp3 (*.mp3)"); mediaObject->setCurrentSource(Phonon::MediaSource(fileName)); ui->textEdit->setText(fileName); }
The Following 2 Users Say Thank You to tekojo For This Useful Post: | ||
Don't know about MADDE, but you can include any file/dir you wish in your Debian package.
[1] - http://doc.trolltech.com/4.6/resources.html
Valério Valério
www.valeriovalerio.org