ConsoleSapper
DanilKorotenko
Source i (link to git-repo or to original if based on someone elses unmodified work):
* Works with pling-storeor ocs-url
Other Board:
© 2025 OpenDesktop.org - Libre Cloud Services
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
12 Comments
Nice work! But, if I tried compile project I have errors /other/qml_samples/2048/src/main.cpp:2: error: QQmlApplicationEngine: No such file or directory I downloaded source code with https://github.com/slima4/2048-qml
QQmlApplicationEngine introduced in Qt 5.1 What version of the Qt you are using?
I use Ubuntu SDK (Qt 5.0.2) =(
But! I install Qt Creator 3.1.1 (opensource) Based on Qt 5.2.1 (GCC 4.6.1, 32 bit) I have the same errors!
Can't be, I'm use the same version :) Check your Kit version in Project tab. If set Qt 5.0.1 then change to Qt 5.2.1
You're right :) I use old version =)
You're right :) I use old version =) Thanx, for you app!
Haha... I love it. Thank you...
how do I install it on my Linux system? Some information would be nice...
Simple, just download Qt 5.x and build game ;)
HOW do I build it? A README with instructions (dependencies & build command/s) would be nice.
http://qt-project.org/downloads Download, install, open qtcreator, open project and press ctrl+r (build and run).