diff options
Diffstat (limited to '')
-rw-r--r-- | heimdall-frontend/heimdall-frontend.pri | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/heimdall-frontend/heimdall-frontend.pri b/heimdall-frontend/heimdall-frontend.pri new file mode 100644 index 0000000..63cf202 --- /dev/null +++ b/heimdall-frontend/heimdall-frontend.pri @@ -0,0 +1,12 @@ +# ----------------------------------------------------
+# This file is generated by the Qt Visual Studio Add-in.
+# ------------------------------------------------------
+
+HEADERS += ./Source/aboutform.h \
+ ./Source/mainwindow.h
+SOURCES += ./Source/aboutform.cpp \
+ ./Source/main.cpp \
+ ./Source/mainwindow.cpp
+FORMS += ./mainwindow.ui \
+ ./aboutform.ui
+RESOURCES += mainwindow.qrc
|