diff --git a/RadioTuner.pro b/RadioTuner.pro new file mode 100644 index 0000000..6bf3215 --- /dev/null +++ b/RadioTuner.pro @@ -0,0 +1,16 @@ +TEMPLATE = app +TARGET = RadioTuner +INCLUDEPATH += . + +# The following define makes your compiler warn you if you use any +# feature of Qt which has been marked as deprecated (the exact warnings +# depend on your compiler). Please consult the documentation of the +# deprecated API in order to know how to port your code away from it. +DEFINES += QT_DEPRECATED_WARNINGS + +# Input +HEADERS += client.h +SOURCES += client.cpp main.cpp +RESOURCES += qml.qrc + +QT += network qml quick