Initial commit. First draft v0.1

This commit is contained in:
2026-03-16 21:38:19 -04:00
parent 16b066cfea
commit 2098cb4ba9
8 changed files with 1052 additions and 0 deletions

23
yourls-ui.pro Normal file
View File

@@ -0,0 +1,23 @@
QT += core gui network
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
TARGET = yourls-ui
TEMPLATE = app
SOURCES += \
main.cpp \
mainwindow.cpp \
yourlsclient.cpp
HEADERS += \
mainwindow.h \
yourlsclient.h
FORMS += \
mainwindow.ui
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target