diff options
Diffstat (limited to 'heimdall-frontend/heimdall-frontend.pro')
-rw-r--r-- | heimdall-frontend/heimdall-frontend.pro | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heimdall-frontend/heimdall-frontend.pro b/heimdall-frontend/heimdall-frontend.pro index cd2bb01..1c3e5bc 100644 --- a/heimdall-frontend/heimdall-frontend.pro +++ b/heimdall-frontend/heimdall-frontend.pro @@ -73,6 +73,8 @@ macx { } } +QMAKE_CXXFLAGS += -std=c++0x + unix:LIBS += -lz ../libpit/libpit-1.4.a win32:LIBS += ../Win32/Release/lib/libpit.lib |