We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bcd5c1 commit 9b921c8Copy full SHA for 9b921c8
fig.pro
@@ -11,8 +11,6 @@ LIBS += -L/usr/local/lib \
11
-lboost_filesystem \
12
-ljsoncpp \
13
14
-FORMS += src/ui/*.ui
15
-UI_DIR += src/ui/
16
MOC_DIR = moc
17
DEFINES += QT_DLL META_STORAGE=std::shared_ptr META_THIS=std::enable_shared_from_this
18
CONFIG += qt warn_on release c++11 no_keywords
src/FigWindow.h
@@ -2,7 +2,6 @@
2
#define FIGWINDOW_H_Q0YWXBJS
3
4
#include <QDialog>
5
-#include "ui_fig.h"
6
#include "kit/meta/meta.h"
7
8
class FigApp;
src/ui/fig.ui
src/ui/ui_fig.h
0 commit comments