mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Update QT project files
This commit is contained in:
parent
7244943ec2
commit
b1fa6f8f34
@ -18,10 +18,5 @@ HEADERS +=\
|
||||
wimp.h \
|
||||
wimp_global.h
|
||||
|
||||
unix {
|
||||
target.path = /usr/lib
|
||||
INSTALLS += target
|
||||
}
|
||||
|
||||
RESOURCES += \
|
||||
qml.qrc
|
||||
|
@ -1,5 +1,5 @@
|
||||
#include "../../wimp/wimp/wimp.h"
|
||||
#include "../../wimp/wimp/wimp_global.h"
|
||||
#include "../wimp/wimp.h"
|
||||
#include "../wimp/wimp_global.h"
|
||||
#include "wrapper.h"
|
||||
|
||||
|
||||
|
@ -14,13 +14,7 @@ HEADERS += \
|
||||
wrapper.h
|
||||
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../wimp/build/release/ -lwimp
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../wimp/build/debug/ -lwimp
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../release -lwimp
|
||||
|
||||
INCLUDEPATH += $$PWD/../../wimp/build/debug
|
||||
DEPENDPATH += $$PWD/../../wimp/build/debug
|
||||
|
||||
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../../wimp/build/release/libwimp.dll.a
|
||||
else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/../../wimp/build/debug/libwimp.dll.a
|
||||
else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../../wimp/build/release/wimp.lib
|
||||
else:win32:!win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/../../wimp/build/debug/wimp.lib
|
||||
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../release/libwimp.dll.a
|
||||
else:win32:!win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/../release/wimp.lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user