vlp-27 Made Editor Properties dialog using QtDesigner files.
[vlp.git] / Makefile.am
index f716d463ec38af161d071ecf80f58d075dc2def8..bc7d22323caa1872041798bbb70ef4c21af8bc18 100644 (file)
@@ -160,12 +160,18 @@ bin_logeditdir = src/edit
 bin_logedit_HEADERS =\
        src/edit/editor.h \
        src/edit/my_edit.h \
-       src/edit/ui/editor-window.h
+       src/edit/editor-properties.h \
+       src/edit/ui/editor-window.h \
+       src/edit/ui/editor-properties-dialog.h
 
 src/edit/ui/editor-window.h: data/editor/editor-window.ui
        if [ ! -d src/edit/ui ]; then mkdir -p src/edit/ui; fi
        uic-qt4 data/editor/editor-window.ui -o src/edit/ui/editor-window.h
 
+src/edit/ui/editor-properties-dialog.h: data/editor/editor-properties-dialog.ui
+       if [ ! -d src/edit/ui ]; then mkdir -p src/edit/ui; fi
+       uic-qt4 data/editor/editor-properties-dialog.ui -o src/edit/ui/editor-properties-dialog.h
+
 src/edit/editor.moc.cpp:  $(bin_logedit_HEADERS)
        moc-qt4 src/edit/editor.h -o src/edit/editor.moc.cpp
 #      $(MOC) src/edit/editor.h -o src/edit/editor.moc.cpp