MikeBland / mbtx

er9x/ersky9x radio firmware
GNU General Public License v2.0
147 stars 56 forks source link

Update to QT 5 #4

Closed Jellono closed 1 year ago

Jellono commented 8 years ago

Update Code base for use in Qt5.X on EEPE and EEPSkye. This is the first pass at this and we need to re visit the stamp-eepe.h and stamp-eepskye.h files.

MikeBland commented 8 years ago

I just added:

include

include

to avroutputdialog.cpp and it compiles on Qt4 with no problem, so I think the Qt5 changes will be backward compatible, including the toLatin1 change.

The stamp files are created when I do a command line build for a release.

Jellono commented 8 years ago

Can you let me know what the command line for release compilation looks like?

Defrenne commented 6 years ago

seems that installing eepe on linux mint 18 is not straitforward where to start is it a make file somwhere.

MikeBland commented 6 years ago

At present the build of eepe (and eepskye) is 32 bit. Is your Linux installation 64 bit? If so, then you need the 32-bit support libraries.