|
@@ -9,6 +9,10 @@ QT += widgets
|
|
|
QT += multimedia
|
|
|
QT += gui
|
|
|
|
|
|
+OBJECTS_DIR = ./build
|
|
|
+MOC_DIR = ./build
|
|
|
+RCC_DIR = ./build
|
|
|
+
|
|
|
# You can make your code fail to compile if you use deprecated APIs.
|
|
|
# In order to do so, uncomment the following line.
|
|
|
# Please consult the documentation of the deprecated API in order to know
|
|
@@ -27,5 +31,5 @@ SOURCES += main.cpp \
|
|
|
Dialog.cpp \
|
|
|
MaFenetre.cpp \
|
|
|
options.cpp
|
|
|
-
|
|
|
+
|
|
|
RESOURCES += ressources.qrc
|