mirror of
https://gitlab.com/Syping/luaengineapp.git
synced 2025-09-15 21:21:41 +02:00
static builds should be fixed
This commit is contained in:
parent
74d0e57ce0
commit
6801690c28
5 changed files with 7 additions and 7 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include <QtCore/qglobal.h>
|
||||
|
||||
#ifndef LUAENGINEGUI_STATIC
|
||||
#ifndef LUAENGINE_STATIC
|
||||
#ifdef LUAENGINEGUI_LIBRARY
|
||||
#define LUAENGINEGUISHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
|
|
|
@ -16,13 +16,12 @@
|
|||
#*****************************************************************************/
|
||||
|
||||
QT += core network gui widgets
|
||||
CONFIG += c++11
|
||||
|
||||
TARGET = luaenginegui
|
||||
TEMPLATE = lib
|
||||
CONFIG += c++11
|
||||
|
||||
DEFINES += LUAENGINEGUI_LIBRARY
|
||||
static: DEFINES += LUAENGINEGUI_STATIC
|
||||
static: DEFINES += LUAENGINE_STATIC
|
||||
|
||||
CONFIG(debug, debug|release): win32: LIBS += -L$$OUT_PWD/../luaengine/debug -lluaengine
|
||||
CONFIG(release, debug|release): win32: LIBS += -L$$OUT_PWD/../luaengine/release -lluaengine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue