More projects fixes.
This commit is contained in:
parent
4694b09ba1
commit
d7763e83bf
6 changed files with 4 additions and 35 deletions
|
|
@ -16,18 +16,7 @@ TEMPLATE = lib
|
|||
error( "Couldn't find the common.pri file!" )
|
||||
}
|
||||
|
||||
#LIBS += -LC:/prog/boost/lib -Lc:/prog/lib libpq.lib fmt.lib User32.lib ws2_32.lib
|
||||
LIBS += -LC:/PROG/LIB -lws2_32 -llibpq
|
||||
|
||||
debug {
|
||||
#LIBS += c:/prog/lib/botand_imp.lib
|
||||
}
|
||||
|
||||
release {
|
||||
# LIBS += c:\prog\lib\botan.lib
|
||||
}
|
||||
|
||||
#win32:RC_ICONS += pglab.ico
|
||||
LIBS += -lws2_32 -llibpq
|
||||
|
||||
SOURCES += Pgsql_Connection.cpp \
|
||||
Pgsql_Params.cpp \
|
||||
|
|
@ -56,12 +45,6 @@ HEADERS += Pgsql_Connection.h \
|
|||
Pgsql_ErrorDetails.h \
|
||||
Pgsql_Canceller.h
|
||||
|
||||
#FORMS +=
|
||||
|
||||
#RESOURCES += \
|
||||
# resources.qrc
|
||||
|
||||
#QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../core/release/ -lcore
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../core/debug/ -lcore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue