Goals
Build and run Qt applications on EC2/AWS
Be able to use QImage, SQL, base, XML and HTTP Server Libraries (3rd party)
Optional (but nice)
Setup you VM on EC2 using a standard Amazon Linux image
Make sure you have GCC, PERL and Python installed
create qt folder
wget qt source package
configure qt for core, network, xml, gui (if it will run headless)
qmake
install
use a git repo to transfer your apps across
demo a simple web service written in Qt running on EC2 (this rocks)
shell in, DL, unpack
# ./configure -h
shows options