TEMPLATE = app
CONFIG += console
CONFIG -= qt

SOURCES += main.cpp \
    Pregunta.cpp \
    PreguntaSeleccionUnica.cpp

HEADERS += \
    Pregunta.h \
    PreguntaSeleccionUnica.h
