Skip to content
Snippets Groups Projects
Commit f496413f authored by Tao Zhong's avatar Tao Zhong
Browse files

Show custom deployment setting in .pro

parent 6ffb378b
No related branches found
No related tags found
No related merge requests found
Pipeline #15959 failed
...@@ -39,6 +39,7 @@ FORMS += \ ...@@ -39,6 +39,7 @@ FORMS += \
forms/widgetlandmark.ui \ forms/widgetlandmark.ui \
forms/widgetsettings.ui \ forms/widgetsettings.ui \
forms/inifilewidget.ui \ forms/inifilewidget.ui \
forms/settingdialog.ui
HEADERS += \ HEADERS += \
src/mainWindow.h \ src/mainWindow.h \
...@@ -120,19 +121,19 @@ RESOURCES += \ ...@@ -120,19 +121,19 @@ RESOURCES += \
RC_FILE = Resources/jpseditor.rc RC_FILE = Resources/jpseditor.rc
#osx fix #osx fix
ICON = Resources/jpseditor.icns ICON = Resources/jpseditor.icns
#INCLUDEPATH += $$(ROOTSYS)/include
#CONFIG(debug, debug|release) { CONFIG(debug, debug|release) {
# DESTDIR = build/debug DESTDIR = build/debug
#} }
#CONFIG(release, debug|release) { CONFIG(release, debug|release) {
# DESTDIR = build/release DESTDIR = build/release
#} }
#OBJECTS_DIR = $$DESTDIR/.obj OBJECTS_DIR = $$DESTDIR/.obj
#MOC_DIR = $$DESTDIR/.moc MOC_DIR = $$DESTDIR/.moc
#RCC_DIR = $$DESTDIR/.qrc RCC_DIR = $$DESTDIR/.qrc
#UI_DIR = $$DESTDIR/.u UI_DIR = $$DESTDIR/.u
demos.path = /usr/local/bin/jpseditor demos.path = /usr/local/bin/jpseditor
demos.files = examples/* demos.files = examples/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment