Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'hakchi-gui/hakchi-gui.pro')
-rw-r--r--hakchi-gui/hakchi-gui.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/hakchi-gui/hakchi-gui.pro b/hakchi-gui/hakchi-gui.pro
new file mode 100644
index 0000000..8505b8a
--- /dev/null
+++ b/hakchi-gui/hakchi-gui.pro
@@ -0,0 +1,17 @@
+QT+=core gui
+greaterThan(QT_MAJOR_VERSION,4):QT+=widgets
+TARGET=hakchi-gui
+TEMPLATE=app
+
+INCLUDEPATH+=$${PWD}/../3rdparty/sunxi-tools $${PWD}/../3rdparty/sunxi-tools/include $${PWD}/../3rdparty/mkbootimg
+DEPENDPATH+=$${PWD}/src $${PWD}/../3rdparty/sunxi-tools $${PWD}/../3rdparty/sunxi-tools/include
+LIBS += $$system(pkg-config --libs \"libusb-1.0 >= 1.0.0\" --static)
+QMAKE_CFLAGS += $$system(pkg-config --cflags \"libusb-1.0 >= 1.0.0\") -std=gnu99 -DNDEBUG -Wall -Wextra
+QMAKE_CXXFLAGS += $$system(pkg-config --cflags \"libusb-1.0 >= 1.0.0\") -Wall -Wextra
+
+SOURCES += fel_lib.c soc_info.c progress.c
+
+SOURCES += $${PWD}/src/*.cpp
+SOURCES += $${PWD}/src/*.c
+HEADERS += $${PWD}/src/*.h
+FORMS += $${PWD}/src/*.ui