1. Download Qt SDK
2. Install it
3. Go to my program and in 'src' folder add new file manually with this content:
QT += network
HEADERS += \
ui.h \
tools.h \
player.h \
error.h \
enums.h \
bbapi.h \
team.h \
worker.h
SOURCES += \
ui.cpp \
tools.cpp \
team.cpp \
player.cpp \
main.cpp \
error.cpp \
bbapi.cpp \
worker.cpp
Save it as "NTScout.pro".
4. Open "NTScout.pro" in Qt Creator program (comes with Qt SDK).
5. Compile project (click big green arrow).
This applies to Linux too.