Update Windows build on mapmap.pro

This commit is contained in:
baydam
2018-03-22 22:30:24 +00:00
parent 2ce2f230c3
commit 5bf1fa8bba

View File

@@ -54,6 +54,16 @@ macx {
# Windows-specific:
win32 {
DEFINES += WIN32
TARGET = MapMap
GST_HOME = $$quote($$(GSTREAMER_1_0_ROOT_X86))
isEmpty(GST_HOME) {
message(\"GSTREAMER_1_0_ROOT_X86\" not detected ...)
}
else {
message(\"GSTREAMER_1_0_ROOT_X86\" detected in \"$${GST_HOME}\")
}
INCLUDEPATH += $${GST_HOME}/lib/gstreamer-1.0/include \
$${GST_HOME}/include/glib-2.0 \
$${GST_HOME}/lib/glib-2.0/include \
@@ -67,7 +77,8 @@ win32 {
$${GST_HOME}/lib/glib-2.0.lib \
-lopengl32
CONFIG += release
RC_FILE = resources/windows_resource.rc
QMAKE_CXXFLAGS += -D_USE_MATH_DEFINES
}