Rev 750 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 750 | Rev 908 | ||
---|---|---|---|
Line 3... | Line 3... | ||
3 | # ------------------------------------------------- |
3 | # ------------------------------------------------- |
Line 4... | Line 4... | ||
4 | 4 | ||
5 | include(../Global/Class_QMapControl.pri) |
5 | include(../Global/Class_QMapControl.pri) |
Line 6... | Line 6... | ||
6 | include(../Global/Widget_Connection.pri) |
6 | include(../Global/Widget_Connection.pri) |
7 | - | ||
8 | QT += network \ |
7 | |
9 | xml |
8 | QT += network xml |
- | 9 | TARGET = QMK-Maps |
|
10 | TARGET = QMK-Maps |
10 | TEMPLATE = app |
- | 11 | ||
- | 12 | TRANSLATIONS = $${TARGET}_en.ts \ |
|
- | 13 | $${TARGET}_de.ts \ |
|
11 | TEMPLATE = app |
14 | $${TARGET}_fr.ts |
- | 15 | ||
- | 16 | debug:DEFINES += _BETA_ |
|
12 | DESTDIR = ../Binary |
17 | |
13 | debug:DEFINES += _BETA_ |
18 | DESTDIR = ../Binary |
14 | OBJECTS_DIR = ../Binary/.build/QMK-Maps |
19 | OBJECTS_DIR = ../Binary/.build/$${TARGET} |
15 | UI_DIR = ../Binary/.build/QMK-Maps |
20 | UI_DIR = ../Binary/.build/$${TARGET} |
- | 21 | MOC_DIR = ../Binary/.build/$${TARGET} |
|
- | 22 | RCC_DIR = ../Binary/.build/$${TARGET} |
|
- | 23 | ||
- | 24 | # Mac specific stuff |
|
- | 25 | macx:{ |
|
- | 26 | LIBS += /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation |
|
- | 27 | ICON = ../Global/Images/Icons/$${TARGET}.icns |
|
- | 28 | QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/$${TARGET}.app/Contents/MacOS/. |
|
- | 29 | } |
|
- | 30 | ||
- | 31 | # And other |
|
- | 32 | !macx:{ |
|
- | 33 | QMAKE_POST_LINK = cp ../$${TARGET}/*.qm ../Binary/. |
|
- | 34 | } |
|
- | 35 | ||
16 | MOC_DIR = ../Binary/.build/QMK-Maps |
36 | |
17 | RCC_DIR = ../Binary/.build/QMK-Maps |
37 | |
18 | RESOURCES += QMK-Maps.qrc |
38 | RESOURCES += $${TARGET}.qrc |
19 | SOURCES += main.cpp \ |
39 | SOURCES += main.cpp \ |
20 | Dialogs/dlg_Main.cpp \ |
40 | Dialogs/dlg_Main.cpp \ |
21 | Dialogs/dlg_MapPos.cpp \ |
41 | Dialogs/dlg_MapPos.cpp \ |