]> Shamusworld >> Repos - schematic/blobdiff - schematic.pro
Added a bunch of new functionality
[schematic] / schematic.pro
index 8cb96897cf03cdfe747a5ff829352158473b1e42..ffee4fbc59ebb16c4b286f0cc5a6595ec0818d36 100644 (file)
@@ -27,12 +27,18 @@ HEADERS += src/about.h \
        src/generaltab.h \
        src/logindialog.h \
        src/main.h \
-       src/mainwin.h
+       src/mainwin.h \
+       src/newvendordialog.h \
+       src/sqlsettingsdialog.h \
+       src/vendorclassdialog.h
 
 SOURCES += src/about.cpp \
        src/configdialog.cpp \
        src/generaltab.cpp \
        src/logindialog.cpp \
        src/main.cpp \
-       src/mainwin.cpp
+       src/mainwin.cpp \
+       src/newvendordialog.cpp \
+       src/sqlsettingsdialog.cpp \
+       src/vendorclassdialog.cpp