Skip to content

Commit

Permalink
Improve project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
AlfredoRamos committed Apr 20, 2019
1 parent d8dae17 commit f63920e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion singleapplication.pri
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Qt version check
include($${PWD}/src/qt_version_check.pri)
include($${PWD}/qmake/qt_version_check.pri)

CONFIG += c++11

Expand Down
4 changes: 2 additions & 2 deletions singleapplication.pro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x050902

# Library version
include(src/version.pri)
include(qmake/version.pri)

# Source code
include(singleapplication.pri)
Expand All @@ -23,7 +23,7 @@ unix {
INCLUDE_DIR = $${PREFIX}/include

# Create pkg-config file
include(src/pkgconfig.pri)
include(qmake/pkgconfig.pri)

target.path = $${LIBRARY_DIR}
headers.path = $${INCLUDE_DIR}
Expand Down

0 comments on commit f63920e

Please sign in to comment.