The README.txt file instructs users to use an IDE to build from source. johndoe321 uses the command line build which is simple enough (if all deps are installed) -- simpler than the IDE route if the IDE would need to be installed.
Suggest the Build From Source instructions in README.txt have the command line build procedure added:
"Or, from the command line in the qtmm.X.YY.Z directory on *ix:
qtmm.X.YY.Z> qmake
qtmm.X.YY.Z> make"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
rama@Dell-Latitude-E6320 ~/Downloads/qtmm-1.0.37 $ make
/usr/lib/x86_64-linux-gnu/qt4/bin/uic mainwindow.ui -o ui_mainwindow.h
g++ -c -m64 -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DVERSION="\"1.0.37\"" -DQT_NO_DEBUG -DQT_MULTIMEDIA_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-64 -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtMultimedia -I/usr/include/qt4 -I. -I. -o main.o main.cpp
In file included from main.cpp:21:0:
mainwindow.h:26:24: fatal error: QAudioOutput: No such file or directory
#include <QAudioOutput>
^
compilation terminated.
make: *** [main.o] Error 1
The README.txt file instructs users to use an IDE to build from source. johndoe321 uses the command line build which is simple enough (if all deps are installed) -- simpler than the IDE route if the IDE would need to be installed.
Suggest the Build From Source instructions in README.txt have the command line build procedure added:
"Or, from the command line in the qtmm.X.YY.Z directory on *ix:
qtmm.X.YY.Z> qmake
qtmm.X.YY.Z> make"