initial commit
This commit is contained in:
+16
-1
@@ -1,3 +1,9 @@
|
||||
VERSION = 0.0.1.0
|
||||
QMAKE_TARGET_COMPANY = WIN-DESIGN
|
||||
QMAKE_TARGET_PRODUCT = fontManager
|
||||
QMAKE_TARGET_DESCRIPTION = fontManager
|
||||
QMAKE_TARGET_COPYRIGHT = (c) 2019 WIN-DESIGN
|
||||
|
||||
QT += core gui
|
||||
|
||||
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||
@@ -9,6 +15,7 @@ CONFIG += c++11
|
||||
# depend on your compiler). Please consult the documentation of the
|
||||
# deprecated API in order to know how to port your code away from it.
|
||||
DEFINES += QT_DEPRECATED_WARNINGS
|
||||
DEFINES += APP_VERSION=\\\"$$VERSION\\\"
|
||||
|
||||
# You can also make your code fail to compile if it uses deprecated APIs.
|
||||
# In order to do so, uncomment the following line.
|
||||
@@ -17,12 +24,14 @@ DEFINES += QT_DEPRECATED_WARNINGS
|
||||
|
||||
SOURCES += \
|
||||
cfontview.cpp \
|
||||
csplashscreen.cpp \
|
||||
main.cpp \
|
||||
cmainwindow.cpp
|
||||
|
||||
HEADERS += \
|
||||
cfontview.h \
|
||||
cmainwindow.h
|
||||
cmainwindow.h \
|
||||
csplashscreen.h
|
||||
|
||||
FORMS += \
|
||||
cfontview.ui \
|
||||
@@ -32,3 +41,9 @@ FORMS += \
|
||||
qnx: target.path = /tmp/$${TARGET}/bin
|
||||
else: unix:!android: target.path = /opt/$${TARGET}/bin
|
||||
!isEmpty(target.path): INSTALLS += target
|
||||
|
||||
DISTFILES += \
|
||||
images/splash.png
|
||||
|
||||
RESOURCES += \
|
||||
fontmanager.qrc
|
||||
|
||||
Reference in New Issue
Block a user