首次提交
This commit is contained in:
27
navbutton/navbutton.pro
Normal file
27
navbutton/navbutton.pro
Normal file
@@ -0,0 +1,27 @@
|
||||
#-------------------------------------------------
|
||||
#
|
||||
# Project created by QtCreator 2017-02-08T15:12:35
|
||||
#
|
||||
#-------------------------------------------------
|
||||
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
|
||||
TARGET = navbutton
|
||||
TEMPLATE = app
|
||||
DESTDIR = $$PWD/../bin
|
||||
CONFIG += warn_off
|
||||
|
||||
SOURCES += main.cpp
|
||||
SOURCES += iconhelper.cpp
|
||||
SOURCES += frmnavbutton.cpp
|
||||
SOURCES += navbutton.cpp
|
||||
|
||||
HEADERS += frmnavbutton.h
|
||||
HEADERS += iconhelper.h
|
||||
HEADERS += navbutton.h
|
||||
|
||||
FORMS += frmnavbutton.ui
|
||||
|
||||
RESOURCES += main.qrc
|
||||
Reference in New Issue
Block a user