Skip to content
Snippets Groups Projects
Commit b0e41d03 authored by Lucio Zambon's avatar Lucio Zambon
Browse files

Add new file

parent 8a30b840
No related branches found
No related tags found
No related merge requests found
acs.pro 0 → 100644
include(/usr/local/qtango/include/qtango6/qtango.pri)
# include(/usr/local/qtango/include/qtango5/qtango.pri)
# include(/usr/local/qtango/include/qtango4/qtango.pri)
# include(../../../../utils/qmake.custom.3)
CONFIG += release
# CONFIG += debug
SOURCES += src/acs.cpp \
src/main.cpp
HEADERS += src/acs.h
FORMS = src/acs.ui
TARGET = bin/acs
# unix:LIBS -= $${QTANGOLIBS}
inst.files = $${TARGET}
inst.path = $${INSTALL_ROOT}/booster/panels/bin
INSTALLS += inst
LIBS += -lcurl
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment