-rw-r--r-- | quickexec/quickexec.pro | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quickexec/quickexec.pro b/quickexec/quickexec.pro new file mode 100644 index 0000000..80fc945 --- a/dev/null +++ b/quickexec/quickexec.pro @@ -0,0 +1,6 @@ +TEMPLATE = app +CONFIG = qt warn_on release +DESTDIR = ../bin +HEADERS = +SOURCES = quickexec.cpp +LIBS += -ldl -lqpe |