mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
Move resources back to root
This commit is contained in:
parent
5ee52f15c8
commit
6a37a9d77a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user