新增图片文字base64编码互换
This commit is contained in:
20
base64/base64.pro
Normal file
20
base64/base64.pro
Normal file
@@ -0,0 +1,20 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2017-02-08T09:21:04
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = base64
|
||||
TEMPLATE = app
|
||||
DESTDIR = $$PWD/../bin
|
||||
CONFIG += warn_off
|
||||
|
||||
SOURCES += main.cpp
|
||||
SOURCES += frmbase64.cpp
|
||||
HEADERS += frmbase64.h
|
||||
FORMS += frmbase64.ui
|
||||
|
||||
Reference in New Issue
Block a user