Changed makefile of emulator to run on windows.

This commit is contained in:
t-moe
2015-06-06 13:47:28 +02:00
parent 39aee30f64
commit 0fa18290dd
8 changed files with 1993 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ QT += widgets gui
TARGET = emulatorqt
TEMPLATE = lib
CONFIG += staticlib
CONFIG += staticlib debug
SOURCES += \
mainwindow.cpp \
@@ -30,3 +30,6 @@ INCLUDEPATH+= ../../common/lowlevel/ \
FORMS += \
mainwindow.ui
DESTDIR = $$_PRO_FILE_PWD_ #force windows to not create subfolders
#QMAKE_CXXFLAGS+= -v