Skip to content

Commit

Permalink
Changes for freeems plugin to be able to use the new 32/64bit build s…
Browse files Browse the repository at this point in the history
…ystem (changed include/lib directories)
  • Loading branch information
malcom2073 committed May 28, 2013
1 parent 9eeb940 commit 0e085bb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugins/freeems/freeems.pro
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ win32-x-g++ {
TARGET = ../../../core/plugins/freeemsplugin
win32:QMAKE_LFLAGS += -shared
message("Building for win32-x-g++")
INCLUDEPATH += /home/michael/QtWin/libs/qwt/include /home/michael/QtWin/libs/qjson/include
LIBS += -L/home/michael/QtWin/libs/qwt/lib -lqwt -L/home/michael/QtWin/libs/qjson/lib -lqjson0
LIBS += -L/home/michael/QtWin/lib
INCLUDEPATH += /home/michael/QtWin32/libs/qwt/include /home/michael/QtWin32/libs/qjson/include
LIBS += -L/home/michael/QtWin32/libs/qwt/lib -lqwt -L/home/michael/QtWin32/libs/qjson/lib -lqjson0
LIBS += -L/home/michael/QtWin32/lib
DEFINES += GIT_COMMIT=$$system(git describe --dirty=-DEV --always)
DEFINES += GIT_HASH=$$system(git log -n 1 --pretty=format:%H)
}
win64-x-g++ {
TARGET = ../../../core/plugins/freeemsplugin
win32:QMAKE_LFLAGS += -shared
message("Building for win64-x-g++")
INCLUDEPATH += /home/michael/QtWin/libs/qwt/include /home/michael/QtWin/libs/qjson/include
LIBS += -L/home/michael/QtWin/libs/qwt/lib -lqwt -L/home/michael/QtWin/libs/qjson/lib -lqjson0
LIBS += -L/home/michael/QtWin/lib
INCLUDEPATH += /home/michael/QtWin64/libs/qwt/include /home/michael/QtWin64/libs/qjson/include
LIBS += -L/home/michael/QtWin64/libs/qwt/lib -lqwt -L/home/michael/QtWin64/libs/qjson/lib -lqjson0
LIBS += -L/home/michael/QtWin64/lib
DEFINES += GIT_COMMIT=$$system(git describe --dirty=-DEV --always)
DEFINES += GIT_HASH=$$system(git log -n 1 --pretty=format:%H)
}
Expand Down

0 comments on commit 0e085bb

Please sign in to comment.