This commit is contained in:
parent
0ca3237e60
commit
b62df2bb82
|
@ -33,6 +33,7 @@ HEADERS += ./MiscHelpers.h \
|
|||
./Common/TreeViewEx.h \
|
||||
./Common/TreeWidgetEx.h \
|
||||
./Common/NetworkAccessManager.h
|
||||
|
||||
SOURCES += ./MiscHelpers.cpp \
|
||||
./stdafx.cpp \
|
||||
./Common/CheckableMessageBox.cpp \
|
||||
|
|
|
@ -12,7 +12,7 @@ PRECOMPILED_HEADER = stdafx.h
|
|||
#OBJECTS_DIR += debug
|
||||
#UI_DIR += ./GeneratedFiles
|
||||
#RCC_DIR += ./GeneratedFiles
|
||||
!win32:LIBS += -lUser32 -lShell32
|
||||
win32:LIBS += -lUser32 -lShell32
|
||||
|
||||
!mac:unix:QMAKE_LFLAGS += -Wl,-rpath,'\$\$ORIGIN'
|
||||
mac:QMAKE_CXXFLAGS += -std=c++11
|
||||
|
|
Loading…
Reference in New Issue