Parcourir la source

Code reorganization

Rémi Synave il y a 1 an
Parent
commit
a61f5efceb

src/StrengthLine.cpp → StrengthLine/StrengthLine.cpp


src/StrengthLine.hpp → StrengthLine/StrengthLine.hpp


src/WorkArea.cpp → WorkArea/WorkArea.cpp


src/WorkArea.hpp → WorkArea/WorkArea.hpp


src/MainWindow.cpp → dsl/MainWindow.cpp


src/MainWindow.hpp → dsl/MainWindow.hpp


+ 17 - 0
dsl/dsl.pro

@@ -0,0 +1,17 @@
+QT += core gui widgets
+
+INCLUDEPATH = ../StrengthLine/ \
+              ../WorkArea/
+
+HEADERS = ../StrengthLine/StrengthLine.hpp \
+          ../WorkArea/WorkArea.hpp \
+          MainWindow.hpp
+                
+SOURCES = ../StrengthLine/StrengthLine.cpp \
+          ../WorkArea/WorkArea.cpp \
+          MainWindow.cpp \
+          main.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/dsl
+INSTALLS += target

src/main.cpp → dsl/main.cpp


+ 0 - 14
src/dsl.pro

@@ -1,14 +0,0 @@
-QT += core gui widgets
-
-HEADERS = StrengthLine.hpp \
-          WorkArea.hpp \
-          MainWindow.hpp
-                
-SOURCES = StrengthLine.cpp \
-          WorkArea.cpp \
-          MainWindow.cpp \
-          main.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/dsl
-INSTALLS += target