Skip to content

Commit

Permalink
Add thing i dunno. wow.
Browse files Browse the repository at this point in the history
thx to Norcux OS for fixing the project file :)
  • Loading branch information
em1lyy authored Aug 25, 2018
1 parent 240c164 commit e5a0037
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Commander/Commander.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ HEADERS += \
FORMS += \
mainwindow.ui

INCLUDEPATH += \
"/usr/include/qtermwidget5"
unix:!macx: LIBS += -lqtermwidget5

commander.path = $$PREFIX/usr/share/Commander
commander.files += Commander
Expand Down
4 changes: 2 additions & 2 deletions Commander/Commander.pro.user
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by QtCreator 4.6.2, 2018-08-25T10:20:49. -->
<!-- Written by QtCreator 4.6.2, 2018-08-25T11:20:46. -->
<qtcreator>
<data>
<variable>EnvironmentId</variable>
Expand Down Expand Up @@ -310,7 +310,7 @@
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.ProFile">Commander.pro</value>
<value type="bool" key="Qt4ProjectManager.Qt4RunConfiguration.UseDyldImageSuffix">false</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory">/home/jonas/</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default">/home/jonas/build-Commander-Desktop-Debug</value>
<value type="QString" key="Qt4ProjectManager.Qt4RunConfiguration.UserWorkingDirectory.default"></value>
<value type="uint" key="RunConfiguration.QmlDebugServerPort">3768</value>
<value type="bool" key="RunConfiguration.UseCppDebugger">false</value>
<value type="bool" key="RunConfiguration.UseCppDebuggerAuto">true</value>
Expand Down
1 change: 1 addition & 0 deletions Commander/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <QShortcut>
#include <QKeySequence>
#include <QMessageBox>
#include <qtermwidget5/qtermwidget.h>

MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent),
Expand Down
2 changes: 1 addition & 1 deletion Commander/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<customwidget>
<class>QTermWidget</class>
<extends>QWidget</extends>
<header>qtermwidget.h</header>
<header>qtermwidget5/qtermwidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
Expand Down

0 comments on commit e5a0037

Please sign in to comment.