Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 907 → Rev 908

/QMK-Groundstation/trunk/QMK-Maps/QMK-Maps.pro
5,17 → 5,37
include(../Global/Class_QMapControl.pri)
include(../Global/Widget_Connection.pri)
 
QT += network \
xml
QT += network xml
TARGET = QMK-Maps
TEMPLATE = app
 
TRANSLATIONS = $${TARGET}_en.ts \
$${TARGET}_de.ts \
$${TARGET}_fr.ts
 
debug:DEFINES += _BETA_
 
DESTDIR = ../Binary
debug:DEFINES += _BETA_
OBJECTS_DIR = ../Binary/.build/QMK-Maps
UI_DIR = ../Binary/.build/QMK-Maps
MOC_DIR = ../Binary/.build/QMK-Maps
RCC_DIR = ../Binary/.build/QMK-Maps
RESOURCES += QMK-Maps.qrc
OBJECTS_DIR = ../Binary/.build/$${TARGET}
UI_DIR = ../Binary/.build/$${TARGET}
MOC_DIR = ../Binary/.build/$${TARGET}
RCC_DIR = ../Binary/.build/$${TARGET}
 
# Mac specific stuff
macx:{
LIBS += /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
ICON = ../Global/Images/Icons/$${TARGET}.icns
QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/$${TARGET}.app/Contents/MacOS/.
}
 
# And other
!macx:{
QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/.
}
 
 
 
RESOURCES += $${TARGET}.qrc
SOURCES += main.cpp \
Dialogs/dlg_Main.cpp \
Dialogs/dlg_MapPos.cpp \