mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-04-21 15:04:19 +02:00
Changes for Windows packaging
This commit is contained in:
11
mapmap.pro
11
mapmap.pro
@@ -180,10 +180,14 @@ mac {
|
||||
win32 {
|
||||
DEFINES += WIN32
|
||||
TARGET = Mapmap
|
||||
GST_HOME = $$quote(C:\gstreamer\1.0\x86)
|
||||
GST_HOME = $$quote($$(GSTREAMER_1_0_ROOT_X86))
|
||||
isEmpty(GST_HOME) {
|
||||
message(\"C:\gstreamer\1.0\x86\" not detected ...)
|
||||
message(\"GSTREAMER_1_0_ROOT_X86\" not detected ...)
|
||||
}
|
||||
else {
|
||||
message(\"GSTREAMER_1_0_ROOT_X86\" detected in \"$${GST_HOME}\")
|
||||
}
|
||||
# DESTDIR = ../../Mapmap # Just for packaging
|
||||
|
||||
INCLUDEPATH += $${GST_HOME}/lib/gstreamer-1.0/include \
|
||||
$${GST_HOME}/include/glib-2.0 \
|
||||
@@ -198,8 +202,9 @@ win32 {
|
||||
$${GST_HOME}/lib/glib-2.0.lib \
|
||||
-lopengl32
|
||||
|
||||
RC_FILE = mapmap_resource.rc
|
||||
CONFIG += release
|
||||
|
||||
RC_FILE = mapmap_resource.rc
|
||||
QMAKE_CXXFLAGS += -D_USE_MATH_DEFINES
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user