Hallo Leute,
ich habe folgendes Problem: Ich habe mir ein Programm heruntergeladen und möchte es nun komplieren.
Ich führe
qmake
aus: alles in Ordnung!
Anschließend führe ich
make
aus: folgende Fehlermeldung erscheint:
src/main.cpp:21:30: schwerwiegender Fehler: QtGui/QApplication: Datei oder Verzeichnis nicht gefunden
Leider weiß ich nicht, was ich damit anfangen soll! Wenn ich die entsprechende Datei editiere und das
#include <QtGui/QApplication>
entferne, dann bekomme ich eine Fehlermeldung des nächsten includes:
src/main.cpp:22:30: schwerwiegender Fehler: QTranslator: Datei oder Verzeichnis nicht gefunden
Für mich sieht es ja so aus, als ob da ein elementares Paket fehlen würde. Nur leider weiß ich nicht welches! Hier mal, alle qt-Pakete, die ich installiert habe
sudo dpkg -l | grep -i qt ii libattica0 0.2.80-0ubuntu2 a Qt library that implements the Open Collaboration Services API ii libdbusmenu-qt2 0.9.0-0ubuntu2 a Qt library that implements the DBusMenu spec ii libdconf-qt0 0.0.0.110722-0ubuntu3 dconf Qt bindings (library) ii libntrack-qt4-1 014+bzr312-0ubuntu2 qt4 API for ntrack ii libpolkit-qt-1-1 0.99.0-3ubuntu0.1 PolicyKit-qt-1 library ii libqca2 2.0.3-2 libraries for the Qt Cryptographic Architecture ii libqjson-dev 0.7.1-3 qt-based library that maps JSON data to QVariant objects - development files ii libqjson0 0.7.1-3 qt-based library that maps JSON data to QVariant objects ii libqt4-dbus 4:4.7.4-0ubuntu8.1 Qt 4 D-Bus module ii libqt4-declarative 4:4.7.4-0ubuntu8.1 Qt 4 Declarative module ii libqt4-designer 4:4.7.4-0ubuntu8.1 Qt 4 designer module ii libqt4-network 4:4.7.4-0ubuntu8.1 Qt 4 network module ii libqt4-opengl 4:4.7.4-0ubuntu8.1 Qt 4 OpenGL module ii libqt4-qt3support 4:4.7.4-0ubuntu8.1 Qt 3 compatibility library for Qt 4 ii libqt4-script 4:4.7.4-0ubuntu8.1 Qt 4 script module ii libqt4-sql 4:4.7.4-0ubuntu8.1 Qt 4 SQL module ii libqt4-sql-mysql 4:4.7.4-0ubuntu8.1 Qt 4 MySQL database driver ii libqt4-sql-sqlite 4:4.7.4-0ubuntu8.1 Qt 4 SQLite 3 database driver ii libqt4-svg 4:4.7.4-0ubuntu8.1 Qt 4 SVG module ii libqt4-xml 4:4.7.4-0ubuntu8.1 Qt 4 XML module ii libqt4-xmlpatterns 4:4.7.4-0ubuntu8.1 Qt 4 XML patterns module ii libqtbamf1 0.2.2-0ubuntu1 Qt binding and QML plugin for bamf - shared library ii libqtcore4 4:4.7.4-0ubuntu8.1 Qt 4 core module ii libqtdee2 0.2.3-0ubuntu1 Qt binding and QML plugin for Dee - shared library ii libqtgconf1 0.1-0ubuntu5 Qt binding and QML plugin for GConf - shared library ii libqtgui4 4:4.7.4-0ubuntu8.1 Qt 4 GUI module ii libqtscript4-core 0.1.0+git20101026+8b191fbc-2 Qt Script bindings for the Qt 4 Core library ii libqtscript4-gui 0.1.0+git20101026+8b191fbc-2 Qt Script bindings for the Qt 4 Gui library ii libqtscript4-network 0.1.0+git20101026+8b191fbc-2 Qt Script bindings for the Qt 4 Network library ii libqtscript4-sql 0.1.0+git20101026+8b191fbc-2 Qt Script bindings for the Qt 4 SQL library ii libqtscript4-uitools 0.1.0+git20101026+8b191fbc-2 Qt Script bindings for the Qt 4 UiTools library ii libqtscript4-xml 0.1.0+git20101026+8b191fbc-2 Qt Script bindings for the Qt 4 XML library ii libqtwebkit4 2.2~2011week36-0ubuntu1 Web content engine library for Qt ii qdbus 4:4.7.4-0ubuntu8.1 Qt 4 Dbus Tool ii qt-at-spi 0.0~git20110628-0ubuntu1 accessibility plugin for Qt ii qt4-qmake 4:4.7.4-0ubuntu8.1 Qt 4 qmake Makefile generator tool ii qt4-qtconfig 4:4.7.4-0ubuntu8.1 Qt 4 configuration tool ii sni-qt 0.2.5-0ubuntu3 indicator support for Qt
Ich hoffe, mir kann jemand helfen, habe zwar schon nach Lösungen gesucht, doch irgendwie habe ich keine vernünftige gefunden.
Gruß BB