How To Install Moc-qt3 In Raspbian?
Install moc-qt3
-
Raspbian
apt-get install qt-x11-free-dbgClick to copy
qt-x11-free-dbg
debugging symbols for qt-x11-free binariesThis package contains the debugging symbols associated with qt-x11-free. They will automatically be used by gdb for debugging Qt-related issues.
qt3-dev-tools
Qt3 development toolsThis package contains all tools that are necessary to build programs that are written using Qt3. These are: qmake, uic and moc. For Qt3 development, you most likely want to install this package.
Install the latest version of moc-qt3 in Raspbian from terminal. To install the moc-qt3 just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of moc-qt3 from the respository and install it in your computer/server.




