Compile and link on windows.

This commit is contained in:
kh1
2010-01-12 15:21:46 +01:00
parent e9ed2a4e51
commit fe4e5117e1
2 changed files with 4 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ win32 {
win32-msvc*: QMAKE_CXXFLAGS += -wd4250 -wd4251 -wd4290
DEFINES += _CRT_SECURE_NO_WARNINGS
DEFINES += NE7SSH_EXPORTS _WINDLL _USRDLL _CONSOLE _WINDOWS
DEFINES += NE7SSH_EXPORTS=1 _WINDLL _USRDLL _CONSOLE _WINDOWS
}
# Input

View File

@@ -4,7 +4,9 @@ SUPPORT_QT_MAEMO = $$(QTCREATOR_WITH_MAEMO)
DEFINES += QTCREATOR_WITH_MAEMO
# DEFINES += USE_SSH_LIB
# INCLUDEPATH += $$PWD/../../../libs/3rdparty/net7ssh/src
# LIBS += -L$$PWD/../../../../lib/qtcreator -lNet7ssh
# INCLUDEPATH += $$PWD/../../../libs/3rdparty/botan/build
# LIBS += -l$$qtLibraryTarget(Net7ssh) -l$$qtLibraryTarget(Botan)
HEADERS += $$PWD/maemorunconfiguration.h \
$$PWD/maemomanager.h \
$$PWD/maemotoolchain.h \