Merge pull request #40 from ismagom/master

Fixed PDSCH compilation issue with missing QT libs
This commit is contained in:
Ismael Gómez-Miguelez 2014-07-21 22:13:36 +02:00
commit bea6550a55
1 changed files with 4 additions and 0 deletions

View File

@ -170,9 +170,11 @@ int main(int argc, char **argv) {
exit(-1);
}
#ifndef DISABLE_GRAPHICS
if (!prog_args.disable_plots) {
init_plots();
}
#endif
/* Setup SIGINT handler */
printf("\n --- Press Ctrl+C to exit --- \n");
@ -235,9 +237,11 @@ int main(int argc, char **argv) {
printf("\n");
}
}
#ifndef DISABLE_GRAPHICS
if (!prog_args.disable_plots && sf_idx == 5) {
do_plots(&ue_dl, sf_idx);
}
#endif
}
if (iodev_isfile(&iodev)) {
sf_idx++;