Move resources back to root

This commit is contained in:
Cameron Gutman 2018-06-26 18:43:53 -07:00
parent 5ee52f15c8
commit 6a37a9d77a
2 changed files with 5 additions and 3 deletions

View File

@ -60,7 +60,8 @@ SOURCES += \
http/nvhttp.cpp \
http/nvpairingmanager.cpp \
streaming/video.c \
streaming/connection.cpp
streaming/connection.cpp \
http/computermanager.cpp
HEADERS += \
utils.h \
@ -69,13 +70,14 @@ HEADERS += \
http/identitymanager.h \
http/nvhttp.h \
http/nvpairingmanager.h \
streaming/streaming.h
streaming/streaming.h \
http/computermanager.h
FORMS += \
gui/mainwindow.ui
RESOURCES += \
gui/resources.qrc
resources.qrc
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../moonlight-common-c/release/ -lmoonlight-common-c
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../moonlight-common-c/debug/ -lmoonlight-common-c