summaryrefslogtreecommitdiffstats
path: root/process
diff options
context:
space:
mode:
Diffstat (limited to 'process')
-rw-r--r--process/process.gyp14
-rw-r--r--process/process.pro7
2 files changed, 14 insertions, 7 deletions
diff --git a/process/process.gyp b/process/process.gyp
new file mode 100644
index 000000000..c055c2e9f
--- /dev/null
+++ b/process/process.gyp
@@ -0,0 +1,14 @@
+{
+ 'targets': [
+ {
+ 'target_name': 'blinq_process',
+ 'type': 'executable',
+ 'includes': [
+ '../blinq.gypi',
+ ],
+ 'sources': [
+ 'main.cpp',
+ ],
+ },
+ ],
+}
diff --git a/process/process.pro b/process/process.pro
deleted file mode 100644
index 2b949fb01..000000000
--- a/process/process.pro
+++ /dev/null
@@ -1,7 +0,0 @@
-TEMPLATE = app
-
-include(../blinq.pri)
-
-LIBS += $$CONTENT_LIB
-
-SOURCES += main.cpp