TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .
win32: DESTDIR = ../paster
CONFIG -= app_bundle

# Input
SOURCES += main.cpp


