From fd9716331a3c1264461fe69fc548327f35043b26 Mon Sep 17 00:00:00 2001 From: Farid Alijani <farid.alijani@student.lut.fi> Date: Wed, 18 Nov 2015 13:53:40 +0100 Subject: [PATCH] QT Compilation Instruction Ubuntu --- qtCompilationInstruction.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 qtCompilationInstruction.txt diff --git a/qtCompilationInstruction.txt b/qtCompilationInstruction.txt new file mode 100644 index 00000000..4c34f223 --- /dev/null +++ b/qtCompilationInstruction.txt @@ -0,0 +1,19 @@ +Qt 5 SDK Compilation Instruction--- + + +1. make a new folder as a directory u're gonna work on... EX) mkdir QtSliderSnniper +2. cd QtSliderSnniper +3. open geedit and copy/paste ur program... save it as main.cpp in that folder +4. qmake -project (create the Qt project file) +5. edit the .pro file as bellow... + +TEMPLATE = app +TARGET = QtSliderSnniper +#INCLUDEPATH += . +# Input +SOURCES += main.cpp + + +6. qmake +7. make +8)./QtSliderSnniper -- GitLab