diff options
author | Alberto Mardegan <mardy@users.sourceforge.net> | 2013-04-02 19:49:17 +0300 |
---|---|---|
committer | Alberto Mardegan <mardy@users.sourceforge.net> | 2013-04-02 19:55:53 +0300 |
commit | a412753b0a2eb6323f350e98287b004f5b3b6c5c (patch) | |
tree | 70248799a99333a88df813dd79fa061a5e5fb59e /Makefile | |
parent | 2f759f52e12e2e065f6022797dc51106a7093899 (diff) | |
download | subsurface-a412753b0a2eb6323f350e98287b004f5b3b6c5c.tar.gz |
Add a Qt main window
This is just an empty window with a File menu and a few items.
It shows how to hook up functions to menu actions.
Signed-off-by: Alberto Mardegan <mardy@users.sourceforge.net>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ MOCFLAGS = $(filter -I%, $(CXXFLAGS) $(EXTRA_FLAGS)) $(filter -D%, $(CXXFLAGS) $ @echo ' MOC' $< @$(MOC) -i $(MOCFLAGS) $< -o $@ -qt-gui.o: qt-gui.moc +qt-gui.o: main-window.ui.h qt-gui.moc %.ui.h: ui/%.ui @echo ' UIC' $< |