| The Following User Says Thank You to Reffyyyy For This Useful Post: | ||
|
|
2011-05-30
, 23:04
|
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#922
|
I'll take a look when I get home tomorrow. Have you edited the pro file? Try the QML Import path and maybe the "Config" field too.
| The Following User Says Thank You to marxian For This Useful Post: | ||
|
|
2011-05-31
, 18:02
|
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#924
|
Stupid question.
If the version 0.8.2 in Extras-testing just need 1 vote and the Quarantine ended, still needs 1 vote to could be promote to Extras?.
Grettings.
| The Following User Says Thank You to marxian For This Useful Post: | ||
|
|
2011-05-31
, 18:14
|
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#925
|
export QT_PLUGIN_PATH=/opt/qtm12/plugins
/opt/usr/bin/qmltube
| The Following 14 Users Say Thank You to marxian For This Useful Post: | ||
|
|
2011-05-31
, 18:27
|
|
Posts: 306 |
Thanked: 106 times |
Joined on Feb 2010
|
#926
|
My next projects are BeBeCe and a MythTV-related application.
P.S cuteTube has support for network proxies.
|
|
2011-05-31
, 18:32
|
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#927
|
).
| The Following User Says Thank You to marxian For This Useful Post: | ||
|
|
2011-05-31
, 18:47
|
|
Posts: 328 |
Thanked: 72 times |
Joined on Oct 2010
@ Venezuela
|
#928
|
|
|
2011-05-31
, 18:55
|
|
Posts: 535 |
Thanked: 598 times |
Joined on Apr 2011
@ Republic of the Philippines
|
#929
|
|
|
2011-06-01
, 06:29
|
|
Banned |
Posts: 695 |
Thanked: 308 times |
Joined on Apr 2011
@ originally pakistan ,now in china
|
#930
|
![]() |
| Tags |
| cutetube, marxian = god, marxian legend, son of a gun, son of douche, son of fail, son of god, youtube |
| Thread Tools | |
|
In my .pro file, I have
maemo5 { CONFIG += mobility12 MOBILITY += multimedia }#include <QtGui/QApplication> #include <QDeclarativeEngine> #include "qmlapplicationviewer.h" int main(int argc, char *argv[]) { QApplication app(argc, argv); QApplication::setGraphicsSystem("opengl"); QmlApplicationViewer viewer; viewer.setOrientation(QmlApplicationViewer::ScreenOrientationAuto); viewer.engine()->addImportPath(QString("/opt/qtm12/imports")); viewer.setMainQmlFile(QLatin1String("qml/Mobil/main.qml")); viewer.showFullScreen(); return app.exec(); }