diff --git a/.gitignore b/.gitignore index 5ca79d78..bb3aed87 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ Makefile library.bin leocad_plugin_import.cpp uic_wrapper.bat +/tools/setup/*.exe diff --git a/leocad.pro b/leocad.pro index 33829da3..9ae2e7bb 100644 --- a/leocad.pro +++ b/leocad.pro @@ -2,8 +2,8 @@ QT += core gui opengl network xml TEMPLATE = app greaterThan(QT_MAJOR_VERSION, 4) { - QT *= printsupport - QT += concurrent + QT *= printsupport + QT += concurrent } INCLUDEPATH += qt common @@ -20,7 +20,7 @@ win32 { QMAKE_LFLAGS += /INCREMENTAL PRECOMPILED_SOURCE = common/lc_global.cpp RC_FILE = qt/leocad.rc - LIBS += -ladvapi32 -lshell32 -lopengl32 -lwininet + LIBS += -ladvapi32 -lshell32 -lopengl32 -lwininet -luser32 } else { PRECOMPILED_HEADER = common/lc_global.h LIBS += -lz