Added Qt pro file

This commit is contained in:
Brandon Rozek 2021-05-14 19:38:31 -04:00
parent b2dbe95d2f
commit bbad0a0a70

16
RadioTuner.pro Normal file
View file

@ -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