Browse Source

c++11

master
Robin Thoni 9 years ago
parent
commit
c00ad07067
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      nrj.pro

+ 2
- 2
nrj.pro View File

9
 TARGET = nrj
9
 TARGET = nrj
10
 TEMPLATE = app
10
 TEMPLATE = app
11
 
11
 
12
-INCLUDEPATH += C:/boost_1_53_0/
12
+CONFIG += c++11
13
 
13
 
14
 SOURCES += main.cpp\
14
 SOURCES += main.cpp\
15
         mainwindow.cpp \
15
         mainwindow.cpp \
31
 
31
 
32
 
32
 
33
 LIBS += -lyaml-cpp
33
 LIBS += -lyaml-cpp
34
-#-lavcodec
34
+
35
 
35
 
36
 RESOURCES += \
36
 RESOURCES += \
37
     rc.qrc
37
     rc.qrc

Loading…
Cancel
Save