diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-18 20:25:04 +0100 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2018-11-18 20:25:04 +0100 |
| commit | e7e764e7aa6ab13e7c0bb7025da5031c8fef6e47 (patch) | |
| tree | da7329464cad53b6617835a54ceb4c877e0cf864 /Source/MapEditor/MapEditor.pro | |
| parent | 2ccc0f5edd5f8e61bd0760f30b2d66f2d977b2bf (diff) | |
| download | airport-e7e764e7aa6ab13e7c0bb7025da5031c8fef6e47.tar.gz | |
Removed warning caused by implicit casting from double to int.
Windows-like path was being incorrectly used.
Added tileset.ini
Diffstat (limited to 'Source/MapEditor/MapEditor.pro')
| -rw-r--r-- | Source/MapEditor/MapEditor.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/MapEditor/MapEditor.pro b/Source/MapEditor/MapEditor.pro index cce1ab2..3a7473f 100644 --- a/Source/MapEditor/MapEditor.pro +++ b/Source/MapEditor/MapEditor.pro @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets TARGET = MapEditor
TEMPLATE = app
-
+CONFIG += static
SOURCES += main.cpp\
mainwindow.cpp \
|
