mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Fixed lib reference.
This commit is contained in:
parent
943b93a514
commit
9592cdb24f
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ greaterThan(QT_MAJOR_VERSION, 4) {
|
|||
|
||||
INCLUDEPATH += qt common
|
||||
CONFIG += precompile_header incremental c++11
|
||||
win32 {
|
||||
win32 { o
|
||||
PRECOMPILED_HEADER = common/lc_global.h
|
||||
QMAKE_CXXFLAGS_WARN_ON += -wd4100
|
||||
DEFINES += _CRT_SECURE_NO_WARNINGS _CRT_SECURE_NO_DEPRECATE=1 _CRT_NONSTDC_NO_WARNINGS=1
|
||||
|
@ -20,7 +20,7 @@ win32 {
|
|||
QMAKE_LFLAGS += /INCREMENTAL
|
||||
PRECOMPILED_SOURCE = common/lc_global.cpp
|
||||
RC_FILE = qt/leocad.rc
|
||||
LIBS += -ladvapi32 -lshell32 -lopengl32 -lwininet.lib
|
||||
LIBS += -ladvapi32 -lshell32 -lopengl32 -lwininet
|
||||
} else {
|
||||
PRECOMPILED_HEADER = common/lc_global.h
|
||||
LIBS += -lz
|
||||
|
|
Loading…
Reference in a new issue